From 87d9f03944cac5f3cee5ffab899bd3d1dedba514 Mon Sep 17 00:00:00 2001 From: Marcus Fedarko Date: Mon, 4 Sep 2023 17:26:29 -0700 Subject: [PATCH] DEV/DOC: tidy up --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8523c80..9e940f2 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,8 @@ First, fork wotplot -- this will make it easy to submit a pull request later. After you've forked wotplot, you can download a copy of the code from your fork and install wotplot from this downloaded code. The following commands -should do this. (Note that these commands assume [1] that you're using a -Unix system and [2] that you have Python ≥ 3.6 and pip installed.) +should do this; note that these commands assume (1) that you're using a +Unix system and (2) that you have Python ≥ 3.6 and pip installed. ```bash git clone https://github.com/your-github-username-goes-here/wotplot.git @@ -164,7 +164,7 @@ pip install -e .[dev] ``` After the above commands, you can check that wotplot was installed successfully -by running the test suite: +by running its test suite: ```bash make test