Skip to content

Commit

Permalink
Fix #18 - Clarify when to use npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Burnson authored and XHatan committed Dec 5, 2019
1 parent 42ac34e commit c513ac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ To build, test, and run demos from source you will need:

### Installing from NPM

To add the Amazon Chime SDK for JavaScript into an existing application,
install the package directly from npm:

```
npm install amazon-chime-sdk-js --save
```
Expand Down

0 comments on commit c513ac0

Please sign in to comment.