Commit fc5e63a4 by John Eskew

Update README.md

parent 460b59f8
......@@ -10,7 +10,7 @@ Usage
```python
from code_block_timer import CodeBlockTimer
for i in xrange(2):
for __ in xrange(2):
with CodeBlockTimer("all blocks"):
performSetUp()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment