From 92c1fcf8aff8e1dca4652097e0ed9adcd36110f3 Mon Sep 17 00:00:00 2001 From: Justin Bingham Date: Tue, 28 Aug 2018 20:36:15 -0400 Subject: [PATCH] Change to @solid org Change references from anvil to solid where applicable. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9df5d76..7e37979 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ ## Install ```bash -$ npm install @trust/oidc-rp --save +$ npm install @solid/oidc-rp --save ``` ## Usage @@ -51,7 +51,7 @@ $ npm install @trust/oidc-rp --save ### 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 git@github.com:anvilresearch/oidc-rp.git +$ git clone git@github.com: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