From: Orakaro Date: Wed, 2 Sep 2015 01:28:14 +0000 (+0900) Subject: Merge pull request #131 from moehabib/patch-1 X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=21f1b9ca0badc02f0a5da2d77630b8ffe9a47ffb;hp=5028f7cf27570a236f35b06b1aebe0f5eae72846 Merge pull request #131 from moehabib/patch-1 fix 'localtion' typo in readme file --- diff --git a/README.rst b/README.rst index 34a81fd..4dafa85 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ Use `virtualenv`_ .. code:: bash virtualenv venv - # Python 3 users : use -p to specify your Python 3 localtion as below + # Python 3 users : use -p to specify your Python 3 location as below # virtualenv -p /usr/bin/python3 venv source venv/bin/activate pip install rainbowstream