[2024-12-18] Fixup README

This commit is contained in:
Andrew Conlin 2024-12-18 15:46:07 +00:00
parent 5b2a23d06a
commit 4a0c0de3cb

View File

@ -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