Skip to content

Commit a71c8ec

Browse files
authored
Merge pull request #1 from PatrickTHayes/patch-1
update readme
2 parents ac7a67f + 3289942 commit a71c8ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Demo application that shows how implement Twitter login with React on frontend a
55
# About
66

77
This application was created as material that is described in the [blog post](https://medium.com/@robince885/how-to-do-twitter-authentication-with-react-and-restful-api-e525f30c62bb).
8-
For creating React app we have used [crate-react-app](https://github.com/facebookincubator/create-react-app).
8+
For creating React app we have used [create-react-app](https://github.com/facebookincubator/create-react-app).
99

1010
# What you need to install
1111

1212
* [Node.js](https://nodejs.org/en/)
13-
* [crate-react-app](https://github.com/facebookincubator/create-react-app)
13+
* [create-react-app](https://github.com/facebookincubator/create-react-app)
1414
* [Gulp](http://gulpjs.com/)
1515
* [MongoDB](https://www.mongodb.com/)
1616

1717
# How To Start Application?
1818

1919
* Start MongoDB - our application expects that there is `twitter-demo` database in MongoDB
20-
* Put Twitter secret and key in [passport.js](https://github.com/GenFirst/react-node-twitter-login/blob/master/backend/passport.js) and [server.js](https://github.com/GenFirst/react-node-twitter-login/blob/master/backend/server.js) files
20+
* Put Twitter secret and key in [twitter.config.js](https://github.com/GenFirst/react-node-twitter-login/blob/master/backend/twitter.config.js) and
2121
* Go to [frontend](https://github.com/GenFirst/react-node-twitter-login/tree/master/frontend) folder
2222
* `npm install`
2323
* `npm start`

0 commit comments

Comments
 (0)