Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes <johannes.ewald@roomieplanet.de>2012-07-03 05:18:17 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-07-03 05:18:17 +0400
commitb443c61ab73679410f083e383be7aef3039d228f (patch)
tree688905430fa8847e08fbbb229fcd3c2933b75836
parent8b9539e037e344e1c079f5231e61759377b7ecae (diff)
updated readmev0.3.1
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index adaad18..2baca44 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,8 @@ rewire does **not** load the file and eval the contents to emulate node's requir
**Debugging is fully supported.**
-Furthermore rewire comes also with support for [browserify](https://github.com/substack/node-browserify).
+Furthermore rewire comes also with support for [browserify](https://github.com/substack/node-browserify). You just
+have to add rewire as a middleware (see below).
[![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=master)](http://travis-ci.org/jhnns/rewire)
@@ -35,6 +36,8 @@ var b = require("browserify")({debug: true});
b.use(require("rewire").browserify);
```
+After that rewire works exactly as in node.
+
<br />
Examples