From 8046898c1afdcc0d32ac3c4a0909f63e2133c3a0 Mon Sep 17 00:00:00 2001 From: Adrish Dey Date: Tue, 1 Jan 2019 22:09:04 +0530 Subject: [PATCH] Fixed typo in README.md (#282) * Fixed README Typo #280 * Fixed Unintentional Commit (#280) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8616b4b..f56f004f 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ $ python3 --version `$ git clone --recursive https://github.com/Cloud-CV/Origami.git && cd Origami/` -2. Renaming `origami.env.sample.py` as `origami.env` and setting environment variables in `origami.env` +2. Renaming `origami.env.sample` as `origami.env` and setting environment variables in `origami.env` ``` $ cp origami.env.sample origami.env @@ -368,7 +368,7 @@ $ yarn run dev * Application name: Origami * Homepage URL: http://localhost:8000 * Application description: Origami - * Authorization callback URL: http://localhost:8000/accounts/github/login/callback/ + * Authorization callback URL: http://localhost:8000/auth/github/login/callback/ 3. Github will provide you with a client ID and secret Key, save these.