Skip to content

Commit 7c7fc12

Browse files
docs: made "them" more specific
"Them" referred to XML as a language but that was not at all clear.
1 parent cc3e6f2 commit 7c7fc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to get started make a file called `slyde.xml`, and put in the following text:
77
</presentation>
88
```
99

10-
Slyde is made out of XML blocks denoted like this `<tag>...</tag>`. They are an abstract way to represent data in this case a presentation. Google them to learn more if you're not familiar. The first tag you'll need to use is the `<presentation> ... </presentation>` tag.
10+
Slyde is made out of XML blocks denoted like this `<tag>...</tag>`. They are an abstract way to represent data in this case a presentation. Google `XML` to learn more if you're not familiar. The first tag you'll need to use is the `<presentation> ... </presentation>` tag.
1111

1212
Now in the presentation block you can add slides as you please. Add one and optionally give it a title:
1313

0 commit comments

Comments
 (0)