Update README.md

This commit is contained in:
Quantum 2017-08-13 20:27:43 -04:00
parent 821fcf9414
commit 83c3e583d8

View file

@ -10,7 +10,8 @@ Enter `optimize-later`.
Instead of trying to guess what code ought to be optimized, `optimize-later` times potentially Instead of trying to guess what code ought to be optimized, `optimize-later` times potentially
slow blocks of code for you, and calls a user-specified function when it exceeds the specified slow blocks of code for you, and calls a user-specified function when it exceeds the specified
time limit. This way, you only have to optimize code when speed becomes a problem. time limit. This way, you only have to optimize code when speed becomes a problem, saving you
from both the evils of premature optimization, and the evils of slow code.
## Usage ## Usage
@ -124,7 +125,7 @@ Block 'tests.py@152' took 0.011565s (+0.011565s over limit), children:
## Installation ## Installation
First, install the module with: Install the module with:
``` ```
$ pip install optimize-later $ pip install optimize-later