From 33e83fd69466c5887b151e3bc1b7d0b3470f7776 Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 18 Nov 2023 19:42:33 +0000 Subject: [PATCH] [18/11/23] README grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c56982d..54f7d89 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Fast, simple and accurate Python timing. Written in Rust. ## Installation -Install with [pip](https://pypi.org/project/pip): +Install with [pip](https://pypi.org/project/pip). ```bash $ python -m pip install tictoc ```