Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Hakes committed Mar 5, 2014
1 parent 27db31e commit 686b4cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ It is extremely light weight. ***< 1kb Gzipped***
- [Promise](https://raw.github.com/taylorhakes/promise-polyfill/master/Promise.js)
- [Promise-min](https://raw.github.com/taylorhakes/promise-polyfill/master/Promise.min.js)

### Simple use
### Node
```
npm install promise-polyfill
```

## Simple use
```
var prom = new Promise(function(resolve, reject) {
setTimeout(resolve, 1000);
Expand Down

0 comments on commit 686b4cb

Please sign in to comment.