Skip to content

Commit d10836b

Browse files
author
ele828
committed
fix readme
1 parent ebdf842 commit d10836b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Super thanks to [**promises-aplus-tests**](https://github.com/promises-aplus/pro
66
# Usage
77
Just use it like any other Promise libraries.
88

9+
```npm install hi-promise --save```
10+
911
```javascript
1012
var Promise = require('hi-promise');
1113
var p = new Promise(function(resolve, reject) {});

0 commit comments

Comments
 (0)