Skip to content

Commit 5bac7f8

Browse files
committed
Merge branch 'master' into dev
2 parents fdb3683 + a4436d5 commit 5bac7f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ Also included is support for user session and access token management.
55

66
## Install
77

8-
Use **npm**
8+
##### NPM
99

1010
`npm install oidc-client --save`
1111

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
1216
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).
1317

1418
## Including in the browser

0 commit comments

Comments
 (0)