Skip to content
This repository was archived by the owner on Aug 12, 2018. It is now read-only.

Commit 200cd19

Browse files
committed
Update README.md
1 parent bdd1e82 commit 200cd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ what it allows is basically to replace any callable with a user-defined one.
88
Hopefully that features make it useful not only for patching, but also logging, debugging, testing.
99

1010
It aims to make equally easy to write a couple of throw-away patches or to store modules of debug patches
11-
(or mocks for local development) that others can use without looking at their code.
11+
(or mocks for local development) that others can use without looking at their code. And oh yes, it's not only about patching..
1212

1313
The package size is 600 SLOC so don't fear to look in the code!
1414

0 commit comments

Comments
 (0)