commit 3c8dfb9114ff60f89af7f56b1c1054aa446cc1e6
parent 0dcafe8557f3b5da338f4821ebee8cfa3920909e
Author: Taixu Chen <chentaixu@gmail.com>
Date: Tue, 25 Aug 2015 03:31:03 +0800
Update README.md
Uppercased 'webpack' to 'Webpack'
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -51,13 +51,13 @@ Join [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) chatroom
├── /tools/ # Build automation scripts and utilities
│ ├── /lib/ # Library for utility snippets
│ ├── /build.js # Builds the project from source to output (build) folder
-│ ├── /bundle.js # Bundles the web resources into package(s) through webpack
+│ ├── /bundle.js # Bundles the web resources into package(s) through Webpack
│ ├── /clean.js # Cleans up the output (build) folder
│ ├── /config.js # Webpack configuration for both client and server side bundles
│ ├── /copy.js # Copies static files to output (build) folder
│ ├── /serve.js # Launches the Node.js/Express web server in a seperate process
│ ├── /start.js # Launches the development web server with "live reload" functionality
-│ └── /(deploy.js) # Deploys your webapp (Planned)
+│ └── /(deploy.js) # Deploys your web application (Planned)
│── package.json # The list of 3rd party libraries and utilities
└── preprocessor.js # ES6 transpiler settings for Jest
```