aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index a6c8525..99421fe 100644
--- a/README.md
+++ b/README.md
@@ -32,15 +32,15 @@ feed.title # Will hold the title
There are some exeptions, elements that can be repeated accorting to the specifications are pluralised as follows:
-*RSS*: `<item>` -> accessed as '`.items[index]`'
-*RSS and Atom*: `<category>` -> '`.categories[index]`'
-*Atom*: `<entry>` -> accessed as '`.entries[index]`'
-*Atom*: `<author>` -> accessed as '`.authors[index]`' (if you call just .author, you will return the first author of the sequence)
+*RSS*: `<item>` -> accessed as '`.items[index]`'<br>
+*RSS and Atom*: `<category>` -> '`.categories[index]`'<br>
+*Atom*: `<entry>` -> accessed as '`.entries[index]`'<br>
+*Atom*: `<author>` -> accessed as '`.authors[index]`' (if you call just .author, you will return the first author of the sequence)<br>
*Atom*: `<contributor>` -> 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.
-`<link type="">` type is accesed with linkType
+`<link type="">` type is accesed with linkType<br>
`<content type="">, <title type="">, and <subtitle type="">` types are accesed with textType
### Limitations