diff --git a/README.md b/README.md index 7a181bc1a..47932e741 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ npm install ts-loader ``` +### Running + +Use webpack like normal, including `webpack --watch` and `webpack-dev-server`, or through another +build system using the [Node.js API](http://webpack.github.io/docs/node.js-api.html). + ### Configuration 1. Add `.ts` as a resolvable extension. @@ -27,11 +32,6 @@ module.exports = { } ``` -### Running - -Use webpack like normal, including `webpack --watch` and `webpack-dev-server`, or through another -build system using the [Node.js API](http://webpack.github.io/docs/node.js-api.html). - #### Options ##### target