Skip to content

Commit

Permalink
Fixed typo in README.md (#282)
Browse files Browse the repository at this point in the history
* Fixed README Typo #280

* Fixed Unintentional Commit (#280)
  • Loading branch information
captain-pool authored and vpn1997 committed Jan 1, 2019
1 parent 4340a3f commit 8046898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 8046898

Please sign in to comment.