Skip to content

Commit 92c1fcf

Browse files
authored
Change to @solid org
Change references from anvil to solid where applicable.
1 parent dcae9cb commit 92c1fcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
## Install
4444

4545
```bash
46-
$ npm install @trust/oidc-rp --save
46+
$ npm install @solid/oidc-rp --save
4747
```
4848

4949
## Usage
5050

5151
### Node.js
5252

5353
```
54-
const RelyingParty = require('@trust/oidc-rp')
54+
const RelyingParty = require('@solid/oidc-rp')
5555
```
5656

5757
### Browser
@@ -65,7 +65,7 @@ the library is exposed as a global var, `OIDC`.
6565
### Install
6666

6767
```bash
68-
$ git clone [email protected]:anvilresearch/oidc-rp.git
68+
$ git clone [email protected]:solid/oidc-rp.git
6969
$ cd oidc-rp
7070
$ npm install
7171
```
@@ -97,7 +97,7 @@ $ npm run karma // Karma (browser)
9797

9898
### Issues
9999

100-
* please file [issues](https://github.com/anvilresearch/oidc-rp/issues) :)
100+
* please file [issues](https://github.com/solid/oidc-rp/issues) :)
101101
* for bug reports, include relevant details such as platform, version, relevant data, and stack traces
102102
* be sure to check for existing issues before opening new ones
103103
* read the documentation before asking questions

0 commit comments

Comments
 (0)