aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Conway <john.a.conway@gmail.com>2019-05-07 17:04:55 +0100
committerGitHub <noreply@github.com>2019-05-07 17:04:55 +0100
commit03307157f4f6d3ee30a083a13d9fd508ac37e250 (patch)
tree54db0b3a59fac677b6450e36da260d9b1db8dcfa
parent54a9519799384e1aec857c497c0cafdef59a841f (diff)
downloadfeed-nim-03307157f4f6d3ee30a083a13d9fd508ac37e250.tar.gz
feed-nim-03307157f4f6d3ee30a083a13d9fd508ac37e250.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f5c812b..73d6fdb 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 over from the specified _url_
+<code>getAtom(url: string):</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 over from the specified _url_
+<code>getRSS(url: string):</code> Gets the RSS from the specified _url_
<code>loadJsonFeed(filename: string):JSONfeed</code> Loads the JSONFeed from the given _filename_
-<code>getJsonFeed(url: string): </pre>JsonFeed = JSONFeed over from the specified _url_
+<code>getJsonFeed(url: string): </pre>JsonFeed = JSONFeed from the specified _url_