We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d708b commit e870783Copy full SHA for e870783
1 file changed
README.md
@@ -18,16 +18,14 @@ OpenID Connect Resource Server Authentication for Node.js
18
19
### Install
20
21
-We're still tidying up a few things. The package will be published to npm after testing and docs are complete.
22
-
23
```bash
24
-$ npm install https://github.com/anvilresearch/oidc-rs.git
+$ npm install @solid/oidc-rs
25
```
26
27
### Require
28
29
30
-const ResourceServer = require('oidc-rs')
+const ResourceServer = require('@solid/oidc-rs')
31
32
33
### ResourceServer
0 commit comments