]> git.immae.eu Git - github/fretlink/purs-loader.git/commitdiff
Updating README
authoreric thul <thul.eric@gmail.com>
Sat, 17 Jan 2015 21:28:34 +0000 (16:28 -0500)
committereric thul <thul.eric@gmail.com>
Sat, 17 Jan 2015 21:28:34 +0000 (16:28 -0500)
README.md

index 630f82edc4b41b5f6b437848c372367d5dd8fa44..dcbedf285102349f9d2a002448af136529f1625d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,27 +27,4 @@ npm install purs-loader --save-dev
 
 ## Example
 
-```js
-var path = require('path');
-
-module.exports = {
-  entry: './src/test',
-  output: {
-    path: path.join(__dirname, 'dist'),
-    filename: 'app.js'
-  },
-  module: {
-    loaders: [{
-      test: /\.purs$/,
-      loader: 'purs-loader?no-prelude&output=output'
-    }]
-  },
-  resolve: {
-    modulesDirectories: [
-      'node_modules',
-      'web_modules',
-      'output'
-    ]
-  }
-};
-```
+See the [example](https://github.com/ethul/purs-loader/tree/topic/bower-components/example) directory for a complete example.