Skip to content

Commit

Permalink
Change to @solid org
Browse files Browse the repository at this point in the history
Change references from anvil to solid where applicable.
  • Loading branch information
justinwb committed Aug 29, 2018
1 parent dcae9cb commit 92c1fcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 92c1fcf

Please sign in to comment.