From 1c4ee846c6d2ec5d737429d548d39d9de891324a Mon Sep 17 00:00:00 2001 From: Michael Flaxman Date: Mon, 9 Nov 2020 23:15:24 -0600 Subject: [PATCH] redundant timing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39e0050..677f627 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ python multiwallet_gui/app.py Downloadable MacOS binary: ``` -$ time ./make_macos_release.sh +$ ./make_macos_release.sh ``` Update PyPI: ``` -$ time ./update_pypi.sh +$ ./update_pypi.sh ```