Skip to content

Commit

Permalink
freshen up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
okwolf committed Apr 28, 2019
1 parent 2223047 commit 399f683
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ The page will automatically reload if you make changes to the code. You will see

### `npm test` or `yarn test`

Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit.
Runs the test watcher in an interactive mode. By default only tests related to files changed since the last commit are run.

[Read more about testing.](https://facebook.github.io/create-react-app/docs/running-tests)

### `npm run build` or `yarn build`

Builds the app for production to the `build` folder. It bundles in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app is ready to be deployed.
Builds the app for production to the `build` folder. It bundles in production mode and optimizes the build for the best performance. The build is minified and the filenames include unique hashes based on the contents. Your app is ready to be [deployed](https://facebook.github.io/create-react-app/docs/deployment).

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-hyperapp",
"version": "0.1.1",
"version": "0.2.0",
"description": "Create Hyperapps with no build configuration",
"bin": {
"create-hyperapp": "./bin/index.js"
Expand Down
3 changes: 1 addition & 2 deletions template/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Hyperapp Example

This project was bootstrapped with [`hyperapp-scripts`](https://github.com/okwolf/hyperapp-scripts).
This project was bootstrapped with [`hyperapp-scripts`](https://github.com/okwolf/hyperapp-scripts), a project built on top of [`create-react-app`](https://facebook.github.io/create-react-app/docs/getting-started) that supports many of the same features.

Below you will find some information on how to perform common tasks.
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).

## Available Scripts

Expand Down

0 comments on commit 399f683

Please sign in to comment.