Skip to content

Commit 6f86579

Browse files
authored
Merge pull request #20 from thiagocaiubi/patch-1
Typo
2 parents 4447aec + 0cbf922 commit 6f86579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Ensure that `Promise` is included fresh in each file instead of relying
9797

9898
#### Valid
9999
```js
100-
var Promise = require("blubird");
100+
var Promise = require("bluebird");
101101
var x = Promise.resolve("good");
102102
```
103103

0 commit comments

Comments
 (0)