Skip to content

Commit

Permalink
Update readme and package.json to reflect new repo location.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglou committed Jun 30, 2014
1 parent 5a0ff21 commit 8c4604a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is the React comment box example from [the React tutorial](http://facebook.
## To use

```
npm install express
npm install
node server.js
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/petehunt/react-tutorial.git"
"url": "https://github.com/reactjs/react-tutorial.git"
},
"keywords": [
"react",
Expand All @@ -24,7 +24,7 @@
"author": "petehunt",
"license": "MIT",
"bugs": {
"url": "https://github.com/petehunt/react-tutorial/issues"
"url": "https://github.com/reactjs/react-tutorial/issues"
},
"homepage": "https://github.com/petehunt/react-tutorial"
"homepage": "https://github.com/reactjs/react-tutorial"
}

0 comments on commit 8c4604a

Please sign in to comment.