Skip to content

Commit 153b683

Browse files
committed
Readme: add Installation notes
1 parent 4c41c18 commit 153b683

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33

44
A simple JSONP implementation.
55

6+
## Installation
7+
8+
Install for node.js or browserify using `npm`:
9+
10+
``` bash
11+
$ npm install jsonp
12+
```
13+
14+
Install for component(1) using `component`:
15+
16+
``` bash
17+
$ component install LearnBoost/jsonp
18+
```
19+
620
## API
721

822
### jsonp(url, opts, fn)

0 commit comments

Comments
 (0)