8000 changed layout a bit · ShMcK/rewire-coderoad@9aff9db · GitHub
[go: up one dir, main page]

Skip to content

Commit 9aff9db

Browse files
author
Johannes
committed
changed layout a bit
1 parent a628215 commit 9aff9db

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

README.md

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ rewire does **not** load the file and eval the contents to emulate node's requir
1414

1515
[![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=master)](http://travis-ci.org/jhnns/rewire)
1616

17-
-----------------------------------------------------------------
1817
<br />
1918

2019
Installation
@@ -25,7 +24,6 @@ Installation
2524
**For older node versions:**<br />
2625
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.
2726

28-
-----------------------------------------------------------------
2927
<br />
3028

3129
Examples
@@ -107,7 +105,6 @@ rewire("./myModule.js") === rewire("./myModule.js"); // = false
107105
rewire.reset();
108106
```
109107

110-
-----------------------------------------------------------------
111108
<br />
112109

113110
##API
@@ -143,38 +140,8 @@ Takes all keys as variable names and sets the values respectively.
143140

144141
Returns the private variable.
145142

146-
147-
-----------------------------------------------------------------
148143
<br />
149144

150145
## Credits
151146

152-
This module is inspired by the great [injectr](https://github.com/nathanmacinnes/injectr "injectr")-module.
153-
154-
-----------------------------------------------------------------
155-
<br />
156-
157-
## License
158-
159-
(The MIT License)
160-
161-
Copyright (c) 2012 Johannes Ewald &lt;mail@johannesewald.de&gt;
162-
163-
Permission is hereby granted, free of charge, to any person obtaining
164-
a copy of this software and associated documentation files (the
165-
'Software'), to deal in the Software without restriction, including
166-
without limitation the rights to use, copy, modify, merge, publish,
167-
distribute, sublicense, and/or sell copies of the Software, and to
168-
permit persons to whom the Software is furnished to do so, subject to
169-
the following conditions:
170-
171-
The above copyright notice and this permission notice shall be
172-
included in all copies or substantial portions of the Software.
173-
174-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
175-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
176-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
177-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
178-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
179-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
180-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
147+
This module is inspired by the great [injectr](https://github.com/nathanmacinnes/injectr "injectr")-module.

0 commit comments

Comments
 (0)
0