Skip to content

Commit 79013ef

Browse files
committed
update docs
1 parent 66b25d9 commit 79013ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Then open your `package.json` in your favorite text editor and add your scripts.
2323
```diff
2424
"scripts": {
2525
+ "start": "hyperapp-scripts",
26-
+ "build": "hyperapp-scripts build"
26+
+ "build": "hyperapp-scripts build",
27+
+ "test": "hyperapp-scripts test"
2728
},
2829
```
2930

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Hyperapp Example
22

3-
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app) and then customized for Hyperapp using [`hyperapp-scripts`](https://github.com/okwolf/hyperapp-scripts).
3+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and then customized for Hyperapp using [`hyperapp-scripts`](https://github.com/okwolf/hyperapp-scripts).
44

55
Below you will find some information on how to perform common tasks.
6-
You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
6+
You can find the most recent version of this guide [here](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md).
77

88
## Available Scripts
99

0 commit comments

Comments
 (0)