Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
-- Change "example code" to "sample code"
-- Change active into passive at at line 116 to avoid using "we"
  • Loading branch information
zzwdbs authored Nov 23, 2019
1 parent 2aee7d5 commit a0279d7
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 @@ -54,7 +54,7 @@
* [x] [docker](https://github.com/docker/docker) - the open-source application container engine
* [x] [RESTful API design](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design) - follow RESTful api design best practice

## How to run the example code
## How to run the sample code

### Prerequisite

Expand Down Expand Up @@ -113,7 +113,7 @@ yarn prod

## Profile assets bundle

Thanks to [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer), we can analyze and then optimize our assets bundle through [DLL Plugin](https://webpack.js.org/plugins/dll-plugin/).
Thanks to [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer), assets bundle can be analyzed and optimized through [DLL Plugin](https://webpack.js.org/plugins/dll-plugin/).

```bash
yarn profile
Expand Down

0 comments on commit a0279d7

Please sign in to comment.