Skip to content

Commit 9bc35d4

Browse files
EricTran5791LinusBorg
authored andcommitted
Revision of wording in the README docs (#958)
1 parent e52882f commit 9bc35d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install
2121
$ npm run dev
2222
```
2323

24-
If port 8080 is already in use on your machine you must change the port number in `/config/index.js`. Otherwise `npm run dev` will fail.
24+
If port 8080 is already in use on your machine, then you must change the port number in `/config/index.js`. Otherwise `npm run dev` will fail.
2525

2626
## What's Included
2727

@@ -36,7 +36,7 @@ If port 8080 is already in use on your machine you must change the port number i
3636
- JavaScript minified with [UglifyJS](https://github.com/mishoo/UglifyJS2).
3737
- HTML minified with [html-minifier](https://github.com/kangax/html-minifier).
3838
- CSS across all components extracted into a single file and minified with [cssnano](https://github.com/ben-eb/cssnano).
39-
- All static assets compiled with version hashes for efficient long-term caching, and a production `index.html` is auto-generated with proper URLs to these generated assets.
39+
- Static assets compiled with version hashes for efficient long-term caching, and an auto-generated production `index.html` with proper URLs to these generated assets.
4040
- Use `npm run build --report`to build with bundle size analytics.
4141

4242
- `npm run unit`: Unit tests run in PhantomJS with [Karma](http://karma-runner.github.io/0.13/index.html) + [Mocha](http://mochajs.org/) + [karma-webpack](https://github.com/webpack/karma-webpack).

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ npm test
3333
{{/if_or}}
3434
```
3535

36-
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
36+
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

0 commit comments

Comments
 (0)