aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Conway <john.a.conway@gmail.com>2019-05-08 11:49:00 +0100
committerJohn Conway <john.a.conway@gmail.com>2019-05-08 11:49:00 +0100
commit469e4cbaf7a169b7d1ea03aa466443b669f20bd4 (patch)
treeb3216ff09d2ecb9f50c2ece09f536986ae3b56f6 /README.md
parent5b476f97ecad45e90490d510932fd90b975543bf (diff)
downloadfeed-nim-469e4cbaf7a169b7d1ea03aa466443b669f20bd4.tar.gz
feed-nim-469e4cbaf7a169b7d1ea03aa466443b669f20bd4.zip
Removed AtomImage (not in spec)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index eb9566c..0097070 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# 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)
-It has not been tested, has no tests, and is mostly wriiten 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. Use at your own risk.
## Usage
@@ -13,4 +13,4 @@ It has not been tested, has no tests, and is mostly wriiten 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 </pre>JsonFeed = JSONFeed from the specified _url_<br> \ No newline at end of file
+<code>getJsonFeed(url: string): JSONfeed</code> JsonFeed = JSONFeed from the specified _url_<br> \ No newline at end of file