We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4447aec + 0cbf922 commit 6f86579Copy full SHA for 6f86579
1 file changed
README.md
@@ -97,7 +97,7 @@ Ensure that `Promise` is included fresh in each file instead of relying
97
98
#### Valid
99
```js
100
-var Promise = require("blubird");
+var Promise = require("bluebird");
101
var x = Promise.resolve("good");
102
```
103
0 commit comments