Skip to content

Commit

Permalink
readme 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Feb 27, 2018
1 parent d808045 commit dc0e2b2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Use with your favorite module loader or package manager. In the browser:
Using [NPM](https://npmjs.com):
```bash
# From the command line
$ npm install -g movie-info
```
Expand All @@ -40,15 +39,10 @@ $ npm install -g movie-info
## Usage
```bash
$ npm install --save movie-info
```
```js
const movieInfo = require('movie-info')
movieInfo('Avatar')
.then(console.log)
movieInfo('Avatar').then(console.log)
```
###### Callbacks
Expand Down

0 comments on commit dc0e2b2

Please sign in to comment.