From bbf6a46a116342a0ee37e3b96f15b1b5bfee5df6 Mon Sep 17 00:00:00 2001 From: John Conway Date: Wed, 8 May 2019 16:01:26 +0100 Subject: How many typoes can one man make? --- README.md | 6 +++--- 1 file 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 getRSS(url: string): RSS Gets the RSS from the specified _url_
loadJsonFeed(filename: string): JSONfeed Loads the JSONFeed from the given _filename_
-getJsonFeed(url: string): JSONfeed JsonFeed = JSONFeed from the specified _url_
\ No newline at end of file +getJsonFeed(url: string): JSONfeed Gets the JSONfeed from the specified _url_
\ No newline at end of file -- cgit v1.2.3