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