From 554bdb4650aeb5ab5807913c495c245ba6b0788a Mon Sep 17 00:00:00 2001 From: pictuga Date: Sat, 29 Aug 2015 12:32:40 +0200 Subject: [PATCH] Fix "typo" in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54700b0..beba849 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You do need: - [this](https://github.com/bookieio/breadability) readability fork - [dateutil](http://labix.org/python-dateutil) to parse feed dates - [html2text](http://www.aaronsw.com/2002/html2text/) -- [OrderedDict](https://pypi.python.org/pypi/ordereddict) if using python < 2.7 +- [OrderedDict](https://pypi.python.org/pypi/ordereddict) if using python < 2.7 Simplest way to get these: `pip install -r requirements.txt`