diff options
author | Lorrin Nelson <lhn_github@nerdylorrin.net> | 2010-11-22 11:24:28 -0800 |
---|---|---|
committer | Lorrin Nelson <lhn_github@nerdylorrin.net> | 2010-11-22 11:24:28 -0800 |
commit | 38bc362c74f95a98159bd1cc41c9f336a2fcd9f8 (patch) | |
tree | 2c65b309dd363272000ae1e010a3d1d22738ca42 | |
parent | c1862ca710baedd9313d805be261eeab6f7867e6 (diff) | |
download | data_hacks-38bc362c74f95a98159bd1cc41c9f336a2fcd9f8.zip data_hacks-38bc362c74f95a98159bd1cc41c9f336a2fcd9f8.tar.gz data_hacks-38bc362c74f95a98159bd1cc41c9f336a2fcd9f8.tar.bz2 |
Fix typo in readme
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index ddae9f1..369fc5b 100644 --- a/README.markdown +++ b/README.markdown @@ -5,7 +5,7 @@ Command line utilities for data analysis Installing: `pip install data_hacks` -Installing form github `pip install -e git://github.com/bitly/data_hacks.git#egg=data_hacks` +Installing from github `pip install -e git://github.com/bitly/data_hacks.git#egg=data_hacks` Installing from source `python setup.py install` |