We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdb3683 + a4436d5 commit 5bac7f8Copy full SHA for 5bac7f8
README.md
@@ -5,10 +5,14 @@ Also included is support for user session and access token management.
5
6
## Install
7
8
-Use **npm**
+##### NPM
9
10
`npm install oidc-client --save`
11
12
+**NOTE**: if you're not already using [babel-polyfill](https://www.npmjs.com/package/babel-polyfill) make sure you run
13
+`npm install --save babel-polyfill` as well. Then include it in your build.
14
+
15
+##### CommonJS
16
If you don't use a package manager or a module loader, then you can get the library from the `dist` folder on github [here](dist).
17
18
## Including in the browser
0 commit comments