From 4a0c0de3cba8922e02066afdf3ef77d4c76c1b4b Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Wed, 18 Dec 2024 15:46:07 +0000 Subject: [PATCH] [2024-12-18] Fixup README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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