Skip to content

Commit 566481b

Browse files
committed
updating readme
1 parent 41c8f4f commit 566481b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,12 @@ Here `loadUserThumbnail` returns a `Promise` that resolves to an image. With `Pr
334334

335335
Although this guide uses [bluebird](https://github.com/petkaantonov/bluebird), it should work in any standard Promise implementation. For example, using [Babel](https://babeljs.io/docs/learn-es2015/#promises).
336336

337-
Another option is [es6-promise](https://www.npmjs.com/package/es6-promise), which might be used like so in Node/browser:
337+
Some other implementations:
338+
339+
- [pinkie-promise](https://github.com/floatdrop/pinkie-promise)
340+
- [es6-promise](https://www.npmjs.com/package/es6-promise)
341+
342+
For example, in Node/browser:
338343

339344
```js
340345
// use native promise if it exists
@@ -367,4 +372,4 @@ var xhrAsync = Promise.promisify(require('xhr'))
367372

368373
## License
369374

370-
MIT, see [LICENSE.md](http://github.com/Jam3/jam3-lesson-promises/blob/master/LICENSE.md) for details.
375+
MIT, see [LICENSE.md](http://github.com/mattdesl/promise-cookbook/blob/master/LICENSE.md) for details.

0 commit comments

Comments
 (0)