aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Conway <john.a.conway@gmail.com>2019-05-08 16:01:26 +0100
committerJohn Conway <john.a.conway@gmail.com>2019-05-08 16:01:26 +0100
commitbbf6a46a116342a0ee37e3b96f15b1b5bfee5df6 (patch)
treeff269a9578c71df5a39febe9251c6af6385eec04 /README.md
parent60367493574959398664601d9c56747c9935fc30 (diff)
downloadfeed-nim-bbf6a46a116342a0ee37e3b96f15b1b5bfee5df6.tar.gz
feed-nim-bbf6a46a116342a0ee37e3b96f15b1b5bfee5df6.zip
How many typoes can one man make?
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0097070..e445a36 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
![Logo](logo.png)
# Feed-Nim
-A feed parsing module for [Nim](https://nim-lang.org), which parses RSS, Atom, and JSONfeed syndication formats. This has been substantially re-written and expanded from [Nim-RSS](https://github.com/achesak/nim-rss)
+A feed parsing module for [Nim](https://nim-lang.org), which parses RSS, Atom, and JSONfeed syndication formats. This has been substantially re-written and expanded from [Nim-RSS](https://github.com/achesak/nim-rss).
-It has not been tested, has no tests, and is mostly written by an inexperienced dope who barely understands Nim. Use at your own risk.
+It has not been tested, has no tests, and is mostly written by an inexperienced dope who barely understands Nim. It probably doesn't work. Use at your own risk.
## Usage
@@ -13,4 +13,4 @@ It has not been tested, has no tests, and is mostly written by an inexperienced
<code>getRSS(url: string): RSS</code> Gets the RSS from the specified _url_<br>
<code>loadJsonFeed(filename: string): JSONfeed</code> Loads the JSONFeed from the given _filename_<br>
-<code>getJsonFeed(url: string): JSONfeed</code> JsonFeed = JSONFeed from the specified _url_<br> \ No newline at end of file
+<code>getJsonFeed(url: string): JSONfeed</code> Gets the JSONfeed from the specified _url_<br> \ No newline at end of file