diff options
| author | John Conway <john.a.conway@gmail.com> | 2019-05-07 17:16:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-07 17:16:19 +0100 |
| commit | b768741af8418a39c4687ff0361d97fa66b8e036 (patch) | |
| tree | 521b6b933e32c7af0002787fbde9bc8047b791e5 /README.md | |
| parent | 03307157f4f6d3ee30a083a13d9fd508ac37e250 (diff) | |
| download | feed-nim-b768741af8418a39c4687ff0361d97fa66b8e036.tar.gz feed-nim-b768741af8418a39c4687ff0361d97fa66b8e036.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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_ |
