From 32920d7c2332cf1f6dd9a4da67349cc90261f426 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Wed, 23 Jan 2019 09:58:30 +0100 Subject: [PATCH] replaced % with $ All of the other commands start with $, so it is better to be consistant. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ffe5de0..cd28aaad 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Sherlock. This invocation hides the progress text that Sherlock normally outputs, and instead shows the verbose output of the tests. ``` -% python3 -m unittest tests.all --buffer --verbose +$ python3 -m unittest tests.all --buffer --verbose ``` Note that the tests are very much a work in progress. Significant work is