Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 7d5ad8f

Browse files
author
Noah-Jerome Lotzer
committed
[FIX] readme
1 parent 9e43b60 commit 7d5ad8f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ A minimal and light dev environment for ReactJS.
99
npm install
1010
npm start
1111
open http://localhost:3000
12+
```
1213

1314
### Linting
1415

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "react-boilerplate",
2+
"name": "react-simple-boilerplate",
33
"version": "1.0.0",
4-
"description": "Simple Boilerplate for ReactJS project",
4+
"description": "Simple and lightweight Boilerplate for ReactJS projects",
55
"scripts": {
66
"test": "eslint src",
77
"start": "node server.js"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/noahlotzer/react-boilerplate.git"
11+
"url": "https://github.com/noahlotzer/react-simple-boilerplate.git"
1212
},
1313
"keywords": [
1414
"react",
@@ -22,9 +22,9 @@
2222
"author": "Noah-Jerome Lotzer <n.lotzer@neusta.de>",
2323
"license": "MIT",
2424
"bugs": {
25-
"url": "https://github.com/noahlotzer/react-boilerplate/issues"
25+
"url": "https://github.com/noahlotzer/react-simple-boilerplate/issues"
2626
},
27-
"homepage": "https://github.com/noahlotzer/react-boilerplate",
27+
"homepage": "https://github.com/noahlotzer/react-simple-boilerplate",
2828
"devDependencies": {
2929
"babel-core": "^6.0.20",
3030
"babel-eslint": "^4.1.3",

0 commit comments

Comments
 (0)