Skip to content

Commit

Permalink
adding example with yarn in README.md (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luccasoli authored Oct 25, 2020
1 parent 51f2bb3 commit 9bafd50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ For full API documentation refer to [developer.nexmo.com](https://developer.nexm
* [Supported APIs](#supported-apis)

## Installation

### With NPM
```bash
npm install @vonage/server-sdk
```
### With Yarn
```bash
yarn add @vonage/server-sdk
```

## Constructor

Expand Down

0 comments on commit 9bafd50

Please sign in to comment.