Skip to content

Commit

Permalink
Merge pull request #2 from Niggler/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Dec 6, 2013
2 parents 9f7ee5f + 8fbd41a commit 0113790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All functionality is provided through the fuckit module. Add `import fuckit` to

### As a replacement for import
Use fuckit to replace an import when a module has errors.
Just change `import some_shitty_module` to `fuckit('some_shitty_module')`. Note that you have to surround the module name with quotes and parenthesis.
Just change `import some_shitty_module` to `fuckit('some_shitty_module')`. Note that you have to surround the module name with quotes and parentheses.

import fuckit
#import some_shitty_module
Expand Down Expand Up @@ -80,4 +80,4 @@ The context manager form of fuckit can't allow the code to continue past an erro

## Attribution

This module is inspired by Matt Diamond's [FuckIt.js](https://github.com/mattdiamond/fuckitjs).
This module is inspired by Matt Diamond's [FuckIt.js](https://github.com/mattdiamond/fuckitjs).

0 comments on commit 0113790

Please sign in to comment.