-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change references from anvil to solid where applicable.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,15 +43,15 @@ | |
## Install | ||
|
||
```bash | ||
$ npm install @trust/oidc-rp --save | ||
$ npm install @solid/oidc-rp --save | ||
``` | ||
|
||
## Usage | ||
|
||
### Node.js | ||
|
||
``` | ||
const RelyingParty = require('@trust/oidc-rp') | ||
const RelyingParty = require('@solid/oidc-rp') | ||
``` | ||
|
||
### Browser | ||
|
@@ -65,7 +65,7 @@ the library is exposed as a global var, `OIDC`. | |
### Install | ||
|
||
```bash | ||
$ git clone [email protected]:anvilresearch/oidc-rp.git | ||
$ git clone [email protected]:solid/oidc-rp.git | ||
$ cd oidc-rp | ||
$ npm install | ||
``` | ||
|
@@ -97,7 +97,7 @@ $ npm run karma // Karma (browser) | |
|
||
### Issues | ||
|
||
* please file [issues](https://github.com/anvilresearch/oidc-rp/issues) :) | ||
* please file [issues](https://github.com/solid/oidc-rp/issues) :) | ||
* for bug reports, include relevant details such as platform, version, relevant data, and stack traces | ||
* be sure to check for existing issues before opening new ones | ||
* read the documentation before asking questions | ||
|