Skip to content

Commit 8c4604a

Browse files
committed
Update readme and package.json to reflect new repo location.
1 parent 5a0ff21 commit 8c4604a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is the React comment box example from [the React tutorial](http://facebook.
55
## To use
66

77
```
8-
npm install express
8+
npm install
99
node server.js
1010
```
1111

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/petehunt/react-tutorial.git"
16+
"url": "https://github.com/reactjs/react-tutorial.git"
1717
},
1818
"keywords": [
1919
"react",
@@ -24,7 +24,7 @@
2424
"author": "petehunt",
2525
"license": "MIT",
2626
"bugs": {
27-
"url": "https://github.com/petehunt/react-tutorial/issues"
27+
"url": "https://github.com/reactjs/react-tutorial/issues"
2828
},
29-
"homepage": "https://github.com/petehunt/react-tutorial"
29+
"homepage": "https://github.com/reactjs/react-tutorial"
3030
}

0 commit comments

Comments
 (0)