Skip to content

Commit

Permalink
use consistent language
Browse files Browse the repository at this point in the history
  • Loading branch information
echenley committed Sep 13, 2015
1 parent c143c40 commit f060bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ To start the development server, run `npm i && npm start` and have at the `src/`
| `npm start` | Starts development server with hot reloading. |
| `npm run build` | Runs development build. Outputs files to `/build`. |
| `npm run dist` | Runs production build. Outputs files to `/dist`. |
| `npm run lint` | Run eslint on the `/src` folder. |
| `npm test` | Run test suite (currently incomplete). |
| `npm run lint` | Runs eslint on the `/src` folder. |
| `npm test` | Runs test suite (currently incomplete). |

## Testing

Expand Down

0 comments on commit f060bf5

Please sign in to comment.