From 1c8435182de25bab1abf2ea61b6669b569f556ca Mon Sep 17 00:00:00 2001 From: Nathan Weiler Date: Fri, 11 Dec 2020 01:06:02 -0500 Subject: [PATCH] Fixed README.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix is in the code snippet to clone the repo. [ The git clone is correct ] git clone git@github.com:textmagic/textmagic-rest-python.git cd textmagic-python You forgot the -rest in the cd into the Dir. I changed it to 👇 cd textmagic-rest-python --- Readme.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.org b/Readme.org index 679bf13..043aee1 100644 --- a/Readme.org +++ b/Readme.org @@ -12,7 +12,7 @@ #+begin_example git clone git@github.com:textmagic/textmagic-rest-python.git - cd textmagic-python + cd textmagic-rest-python python setup.py install #+end_example * Usage