Skip to content

Commit

Permalink
Merge pull request #67 from mercadopago/develop
Browse files Browse the repository at this point in the history
Changing installation instructions on README.md
  • Loading branch information
arielfr authored Mar 7, 2017
2 parents a4ea817 + fa82cda commit 503da46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ If you implemented the [previous SDK](https://github.com/mercadopago/sdk-nodejs)
### Installation

```
$ npm install mercadopago
$ npm install mercadopago@beta
```

or saving your dependency on your package.json

```
$ npm install --save mercadopago
$ npm install --save mercadopago@beta
```

### Credentials
Expand Down

0 comments on commit 503da46

Please sign in to comment.