Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocaiubi committed Aug 1, 2016
1 parent 4447aec commit 0cbf922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Ensure that `Promise` is included fresh in each file instead of relying

#### Valid
```js
var Promise = require("blubird");
var Promise = require("bluebird");
var x = Promise.resolve("good");
```

Expand Down

0 comments on commit 0cbf922

Please sign in to comment.