From 51574e9512ef37f1a815fd7f85ab83809b4c4937 Mon Sep 17 00:00:00 2001 From: yurivictor Date: Tue, 11 Feb 2014 02:42:33 -0500 Subject: [PATCH] Little typo, the Steam key should be pasted into secrets.js in the config folder rather than the file config.secrets.js. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7aa3f04a2..3ffd365561 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Obtaining API Keys - Go to http://steamcommunity.com/dev/apikey - Sign in with your existing Steam account - Enter your *Domain Name*, then and click **Register** -- Copy and paste *Key* into `config.secrets.js` +- Copy and paste *Key* into `config/secrets.js` Project Structure -----------------