From d4bb38b85855c86c30cde5d27465aa58dea0daac Mon Sep 17 00:00:00 2001 From: J Alan Brogan Date: Mon, 22 Dec 2014 16:56:16 +0000 Subject: [PATCH] Github calls it sh, not shell --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14ae443..1092c52 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Installation There are no particular installation instructions, just clone and run, e.g. - ```shell + ```sh $ git clone https://github.com/jalanb/co.py.cat.git $ cd co.py.cat/copycat $ python main.py abc abd ijk @@ -29,6 +29,6 @@ The script takes three arguments. For example the following invocation will probably display "ijl" - ```shell + ```sh $ python main.py abc abd ijk ```