From fc74b86ffdd2c40474f804fd16163c5dfcc2b99d Mon Sep 17 00:00:00 2001 From: James Brantly Date: Fri, 13 Mar 2015 00:50:46 -0400 Subject: [PATCH] Rearranging README slightly --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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