diff --git a/README.md b/README.md index 348d3b9..ad10b4a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Import. ```python from tictoc import tic,toc ``` -If you only want to time one section of code then use `tic() and `toc()` directly. Begin timing with `tic()`, and stop with `toc()`. +Begin timing with `tic()`, and stop with `toc()`. ```python tic() # some code