From 2f8de1d8a7230b69be3e57e83a9b4b479aaa87a1 Mon Sep 17 00:00:00 2001 From: John Conway Date: Fri, 10 May 2019 14:43:34 +0100 Subject: Minor formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9a8550..3f2a03b 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ There are some exeptions, elements that can be repeated according to the specifi *RSS*: `` is accessed as `.items[index]`
*RSS and Atom*: `` is accessed as `.categories[index]`
*Atom*: `` is accessed as `.entries[index]`
-*Atom*: `` is accessed as `.authors[index]` (if you call just .author, you will return the first author of the sequence)
+*Atom*: `` is accessed as `.authors[index]` (if you call just `.author`, you will return the first author of the sequence)
*Atom*: `` is accessed as `.contributors[index]` (again, calling this singular will return the first in the sequence) -Some Atom nodes have the Nim keyword 'type' as an attribute. These have been changed as follows. +Some Atom nodes have the Nim keyword 'type' as an attribute. These have been changed as follows: -`` type is accesed with linkType
-`, , and <subtitle type="">` types are accesed with textType +`<link type="">` type is accesed with `.linkType`<br> +`<content type="">`, `<title type="">`, and `<subtitle type="">` types are accesed with `.textType` ### Limitations -- cgit v1.2.3