Skip to content

Commit

Permalink
bumped version, added npm instructions to the README (#237)
Browse files Browse the repository at this point in the history
* bumped version, added npm instructions to the README
  • Loading branch information
ctwomblyamzn authored Apr 8, 2020
1 parent 722c2b5 commit 9d4ccb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,14 @@ To whitelist your pages:
tabs opened will be synchronized. This means that state changes made in one
open window will be communicated to all open windows.

### Downloading Streams
### Downloading Streams with npm
`npm install amazon-connect-streams`

# Importing Streams with npm and ES6
`import "amazon-connect-streams";`
This will make the `connect` variable available in the current context.

### Downloading Streams from Github
The next step to embedding Connect into your application is to download the
Streams library from GitHub. You can do that by cloning our public repository
here:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-connect-streams",
"version": "1.4.5",
"version": "1.4.6",
"description": "Amazon Connect Streams Library",
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit 9d4ccb4

Please sign in to comment.