Skip to content

Commit e870783

Browse files
authored
Change to @solid org
Update references from anvil to solid where applicable.
1 parent 05d708b commit e870783

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ OpenID Connect Resource Server Authentication for Node.js
1818

1919
### Install
2020

21-
We're still tidying up a few things. The package will be published to npm after testing and docs are complete.
22-
2321
```bash
24-
$ npm install https://github.com/anvilresearch/oidc-rs.git
22+
$ npm install @solid/oidc-rs
2523
```
2624

2725
### Require
2826

2927
```
30-
const ResourceServer = require('oidc-rs')
28+
const ResourceServer = require('@solid/oidc-rs')
3129
```
3230

3331
### ResourceServer

0 commit comments

Comments
 (0)