From a0d679fecb649aa310ee18a26554826ef492b01d Mon Sep 17 00:00:00 2001 From: John Conway Date: Fri, 17 May 2019 12:30:55 +0100 Subject: Moved logo right --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f2a03b..85ece4c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Logo](logo.png) + # 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). @@ -42,4 +42,4 @@ Some Atom nodes have the Nim keyword 'type' as an attribute. These have been cha ### Limitations -Feed-Nim does not implement the full specification of any of the feed types. Notably, in Atom, the common attributes 'xml:lang' and 'xml:base' are not implemented. All three formats are extensible, but there is no support for this (extensions _should_ be ignored by Feed-Nim, but this is untested). \ No newline at end of file +Feed-Nim does not implement the full specification of any of the feed types. Notably, in Atom, the common attributes 'xml:lang' and 'xml:base' are not implemented. All three formats are extensible, but there is no support for this (extensions _should_ be ignored by Feed-Nim, but this is untested). -- cgit v1.2.3