From 57e4f1440191c63371341444fcdcf14048df4f37 Mon Sep 17 00:00:00 2001 From: jeena Date: Wed, 24 Apr 2013 17:15:10 +0200 Subject: [PATCH] info --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9caa12..068d111 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ Feed the Monkey is a desktop client for [TinyTinyRSS](http://tt-rss.org). That means that it doesn't work as a standalone feed reader but only as a client for the TinyTinyRSS API which it uses to get the normalized feeds and to synchronize the "article read" marks. -It is written in PyQt and uses Webkit to show the contents. +It is written in PyQt and uses WebKit to show the contents. + +You need to have PyQt installed and a account on a TinyTinyRSS server. ## Installation -You need to have PyQt installed and a account on a TinyTinyRSS instance. - Download the [ZIP](https://github.com/jeena/feedthemonkey/archive/master.zip)-file, unzip it and then run: `sudo python setup.py install`