Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed May 26, 2017
1 parent 928e18f commit d963886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -61,9 +61,9 @@ benefits:
* no reification step
* no need to juggle pre-parse voodoo.

### `require.unsee('foo');
### `require.unsee('foo');`

`require.unsee` allows one to unload a given module. *note* The side-affects of that module cannot be unloaded.
`require.unsee` allows one to unload a given module. *note* The side-effects of that module cannot be unloaded.
This is quite useful, especially for test suites. Being able to unload run tests, mitigates many common memory leaks:

example:
Expand Down

0 comments on commit d963886

Please sign in to comment.