From fe62cbc5e13558ba0b9495e090beac3fe9b868e1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 14 Jun 2017 13:54:59 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aad46d..c00aa29 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you have no idea what you're doing 1. Create a folder for your project named after your app, such as `example.com/` 2. Inside of the folder `example.com/` a folder called `assets/` 3. Inside of the folder `example.com/assets` a folder called `org.oauth3/` -4. Download [oauth.js-v1.zip](https://git.daplie.com/Daplie/oauth3.js/repository/archive.zip?ref=v1) +4. Download [oauth.js-v1.zip](https://git.daplie.com/OAuth3/oauth3.js/repository/archive.zip?ref=v1) 5. Double-click to unzip the folder. 6. Copy the file `oauth3.core.js` into the folder `example.com/assets/org.oauth3/` 7. Copy the folder `well-known` into the folder `example.com/` From b811a242b43a9013b6fe1b4ad96f2cc628e67a8b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 14 Jun 2017 13:55:29 -0600 Subject: [PATCH 2/2] Update URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c00aa29..1b210a2 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ pushd /path/to/your/web/app # clone the project as assets/org.oauth3 mkdir -p assets -git clone git@git.daplie.com:Daplie/oauth3.js.git assets/org.oauth3 +git clone git@git.daplie.com:OAuth3/oauth3.js.git assets/org.oauth3 pushd assets/org.oauth3 git checkout v1 popd