Skip to content

Commit eac5455

Browse files
committed
more readme tweaks
1 parent ae9b863 commit eac5455

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# oidc-client
22

3-
Library to provide client-side browser-based JavaScript applications OIDC and OAuth2 protocol support.
3+
Library to provide OpenID Connect (OIDC) and OAuth2 protocol support for client-side, browser-based JavaScript client applications.
44
Also included is support for user session and access token management.
55

66
## Install
7+
78
Use **npm**
89

910
`npm install oidc-client --save`
1011

1112
If you don't use a package manager, then you can get the library from the `dist` folder on github [here](dist/oidc-client.js).
1213

1314
## Building the Source
15+
1416
```
1517
git clone https://github.com/IdentityModel/oidc-client-js.git
1618
cd oidc-client
@@ -19,14 +21,17 @@ npm run build
1921
```
2022

2123
## Running the Sample
24+
2225
`npm start`
2326

2427
and then browse to [http://localhost:5000](http://localhost:5000).
2528

2629
## Running the Tests
30+
2731
`npm test`
2832

2933
## Docs
34+
3035
Some initial docs are [here](wiki).
3136

3237
## Feedback, Feature requests, and Bugs

0 commit comments

Comments
 (0)