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-06-18 20:51:19 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-06-18 20:51:19 +0400
commit9aff9dbc31d99a3f9dbd1866a8443ac25b0e8950 (patch)
tree1f2109d3677b0c4cd487f224f411c7ec2204ab2b /README.md
parenta62821506aa5ee528c8d5271a348944020be32b8 (diff)
changed layout a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 1 insertions, 34 deletions
diff --git a/README.md b/README.md
index e0e80fb..a498e5d 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,6 @@ rewire does **not** load the file and eval the contents to emulate node's requir
[![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=master)](http://travis-ci.org/jhnns/rewire)
------------------------------------------------------------------
<br />
Installation
@@ -25,7 +24,6 @@ Installation
**For older node versions:**<br />
rewire is tested with node 0.7.x. I recommend to run the unit tests via `mocha` in the rewire-folder before using rewire with older node versions.
------------------------------------------------------------------
<br />
Examples
@@ -107,7 +105,6 @@ rewire("./myModule.js") === rewire("./myModule.js"); // = false
rewire.reset();
```
------------------------------------------------------------------
<br />
##API
@@ -143,38 +140,8 @@ Takes all keys as variable names and sets the values respectively.
Returns the private variable.
-
------------------------------------------------------------------
<br />
## Credits
-This module is inspired by the great [injectr](https://github.com/nathanmacinnes/injectr "injectr")-module.
-
------------------------------------------------------------------
-<br />
-
-## License
-
-(The MIT License)
-
-Copyright (c) 2012 Johannes Ewald &lt;mail@johannesewald.de&gt;
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-'Software'), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file
+This module is inspired by the great [injectr](https://github.com/nathanmacinnes/injectr "injectr")-module. \ No newline at end of file