Skip to content

Commit

Permalink
docs(readme): domains link to nodejs
Browse files Browse the repository at this point in the history
iojs is nodejs now
  • Loading branch information
PatrickJS authored and edef1c committed May 1, 2018
1 parent 01cf802 commit cf30e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -56,7 +56,7 @@ var promise = new Promise(function (resolve, reject) {
});
```

If you need [domains](https://iojs.org/api/domain.html) support, you should instead use:
If you need [domains](https://nodejs.org/api/domain.html) support, you should instead use:

```js
var Promise = require('promise/domains');
Expand Down

0 comments on commit cf30e9f

Please sign in to comment.