Skip to content

Commit a0279d7

Browse files
authored
Update README.md
-- Change "example code" to "sample code" -- Change active into passive at at line 116 to avoid using "we"
1 parent 2aee7d5 commit a0279d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* [x] [docker](https://github.com/docker/docker) - the open-source application container engine
5555
* [x] [RESTful API design](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design) - follow RESTful api design best practice
5656

57-
## How to run the example code
57+
## How to run the sample code
5858

5959
### Prerequisite
6060

@@ -113,7 +113,7 @@ yarn prod
113113

114114
## Profile assets bundle
115115

116-
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/).
116+
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/).
117117

118118
```bash
119119
yarn profile

0 commit comments

Comments
 (0)