Skip to content

Commit 147ec83

Browse files
committed
Additional clarity to Development section
The client id and secret are defined in constants.js, not login.js (although they are consumed there).
1 parent 0617d45 commit 147ec83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Gitify currently only supports OS X.
5252

5353

5454
### Development
55-
First you will need to set the testing `client_id` and `client_secret_key` in the `src/js/components/login.js`. You can use the development app credentials(use at your own discretion):
55+
First you will need to set the testing `CLIENT_ID` and `CLIENT_SECRET` in `src/js/utils/constants.js` file. You can use the development app credentials (use at your own discretion):
5656

5757
Client Id: 3fef4433a29c6ad8f22c
5858
Client Secret Key: 9670de733096c15322183ff17ed0fc8704050379

0 commit comments

Comments
 (0)