From 03307157f4f6d3ee30a083a13d9fd508ac37e250 Mon Sep 17 00:00:00 2001 From: John Conway Date: Tue, 7 May 2019 17:04:55 +0100 Subject: Update README.md --- README.md | 6 +++--- 1 file 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 loadAtom(filename: string): Atom Loads the Atom from the given _filename_ -getAtom(url: string): Gets the Atom over from the specified _url_ +getAtom(url: string): Gets the Atom from the specified _url_ loadRSS(filename: string): RSS Loads the RSS from the given _filename_ -getRSS(url: string): Gets the RSS over from the specified _url_ +getRSS(url: string): Gets the RSS from the specified _url_ loadJsonFeed(filename: string):JSONfeed Loads the JSONFeed from the given _filename_ -getJsonFeed(url: string): JsonFeed = JSONFeed over from the specified _url_ +getJsonFeed(url: string): JsonFeed = JSONFeed from the specified _url_ -- cgit v1.2.3