From 9d4ccb4be2a75dfebf490383805a36fb6de06293 Mon Sep 17 00:00:00 2001 From: ctwomblyamzn <58004580+ctwomblyamzn@users.noreply.github.com> Date: Wed, 8 Apr 2020 15:15:44 -0400 Subject: [PATCH] bumped version, added npm instructions to the README (#237) * bumped version, added npm instructions to the README --- README.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a847e9c..3a0ede2c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index c58121f9..51c04f5a 100644 --- a/package.json +++ b/package.json @@ -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"