aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Conway <john.a.conway@gmail.com>2019-05-07 17:16:19 +0100
committerGitHub <noreply@github.com>2019-05-07 17:16:19 +0100
commitb768741af8418a39c4687ff0361d97fa66b8e036 (patch)
tree521b6b933e32c7af0002787fbde9bc8047b791e5
parent03307157f4f6d3ee30a083a13d9fd508ac37e250 (diff)
downloadfeed-nim-b768741af8418a39c4687ff0361d97fa66b8e036.tar.gz
feed-nim-b768741af8418a39c4687ff0361d97fa66b8e036.zip
Update README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 73d6fdb..0bd2e89 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,12 @@ A feed parsing module for Nim, which reads RSS, Atom, and JSONfeed syndication f
<code>loadAtom(filename: string): Atom</code> Loads the Atom from the given _filename_
-<code>getAtom(url: string):</code> Gets the Atom from the specified _url_
+<code>getAtom(url: string): Atom</code> Gets the Atom from the specified _url_
<code>loadRSS(filename: string): RSS</code> Loads the RSS from the given _filename_
-<code>getRSS(url: string):</code> Gets the RSS from the specified _url_
+<code>getRSS(url: string): RSS</code> Gets the RSS from the specified _url_
-<code>loadJsonFeed(filename: string):JSONfeed</code> Loads the JSONFeed from the given _filename_
+<code>loadJsonFeed(filename: string): JSONfeed</code> Loads the JSONFeed from the given _filename_
-<code>getJsonFeed(url: string): </pre>JsonFeed = JSONFeed from the specified _url_
+<code>getJsonFeed(url: string): JSONfeed </pre>JsonFeed = JSONFeed from the specified _url_