Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HacksForHugs committed Sep 23, 2017
1 parent 228987a commit 08f495d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Details about the project:

* Rails version: 5.1.0

* Config:
** create a file: config/secrets.yml. Copy paste this into your file:
Config:
* create a file: config/secrets.yml. Copy paste this into your file:

development:
secret_key_base: "secret_key_1_placeholder"
test:
secret_key_base: "secret_key_2_placeholder"

** then run: "rake secret" twice and replace the above placeholders with these keys.
* then run: "rake secret" twice and replace the above placeholders with these keys.

0 comments on commit 08f495d

Please sign in to comment.