This commit is contained in:
J Alan Brogan
2014-12-22 16:56:53 +00:00
parent d4bb38b858
commit 39fb7fc9b7

View File

@ -14,11 +14,11 @@ Installation
There are no particular installation instructions, just clone and run, e.g. There are no particular installation instructions, just clone and run, e.g.
```sh ```sh
$ git clone https://github.com/jalanb/co.py.cat.git $ git clone https://github.com/jalanb/co.py.cat.git
$ cd co.py.cat/copycat $ cd co.py.cat/copycat
$ python main.py abc abd ijk $ python main.py abc abd ijk
``` ```
Running Running
------- -------
@ -29,6 +29,6 @@ The script takes three arguments.
For example the following invocation will probably display "ijl" For example the following invocation will probably display "ijl"
```sh ```sh
$ python main.py abc abd ijk $ python main.py abc abd ijk
``` ```