aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Conway <john.a.conway@gmail.com>2019-05-17 12:30:55 +0100
committerGitHub <noreply@github.com>2019-05-17 12:30:55 +0100
commita0d679fecb649aa310ee18a26554826ef492b01d (patch)
tree7e044613f2df89f122a5936a64665f4248a0ec4c
parent2f8de1d8a7230b69be3e57e83a9b4b479aaa87a1 (diff)
downloadfeed-nim-a0d679fecb649aa310ee18a26554826ef492b01d.tar.gz
feed-nim-a0d679fecb649aa310ee18a26554826ef492b01d.zip
Moved logo right
-rw-r--r--README.md4
1 files 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)
+<img src="logo.png" align="right" >
# 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).