From 415d31fd3036b2724b038e79f70592542c8400ec Mon Sep 17 00:00:00 2001 From: Justin Mayfield Date: Mon, 10 Apr 2017 14:13:08 -0600 Subject: [PATCH] Deref python3.4 in README.md (missed a couple) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dac9d7..a70508c 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ pip3 install shellish **Development Release** ``` -python3.4 ./setup.py build -python3.4 ./setup.py install +python3 ./setup.py build +python3 ./setup.py install ``` *or*