Skip to content
This repository was archived by the owner on Jul 15, 2018. It is now read-only.

Commit 0b8e7e0

Browse files
authored
Update README.md
Updated README.md to show the right path to the sagas.js file in step 5 of the Usage tutorial
1 parent 11b2b62 commit 0b8e7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ React Tinder offers all the same features as the Tinder mobile application with
2222
2. run ```npm install``` while in the directory of the project.
2323
3. Open chrome and load in a new "unpacked extension" from the extensions screen.
2424
4. Open project folder and load in the ```src``` folder in ```/chrome```.
25-
5. Open ```/app/containers/auth.js/sagas.js/``` and edit the variable CHROME_EXTENSION_ID to the one found in your chrome extensions screen.
25+
5. Open ```/app/containers/auth/sagas.js/``` and edit the variable CHROME_EXTENSION_ID to the one found in your chrome extensions screen.
2626
6. run ```npm start``` in the root directory of the project.
2727
7. Navigate to ```localhost:3000/login``` and the chrome extension will handle the login process.
2828
8. Find your soulmate.

0 commit comments

Comments
 (0)