From 981ea28ce144d745991221bd103f3cc4e0da01aa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 26 Sep 2013 21:01:36 -0400 Subject: [PATCH] WHAT WAS I THINKING --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863af2d..64e3e0f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a very simple web service that will take a given URL, and return a Markdown representation of that page. -Powered by [Readability](http://readability.com/), [Requests](http://python-guide.org/), [html2text](http://www.aaronsw.com/2002/html2text/) and [Flask](http://flask.pocoo.org/). +Powered by [Readability](http://readability.com/), [Requests](http://python-guide.org/), [html2text](http://www.aaronsw.com/2002/html2text/), and [Flask](http://flask.pocoo.org/). ## Usage