summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0a49e0a..69937d4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# slidetray
-* an ease web slide presentation
+* an ease web slide presentation builder
* descripbed in json format
@@ -44,7 +44,8 @@ let presentation = {
}
```
-## setup several settings
+
+## setup several settings (code template)
```javascript
if (!presentation.Property) presentation.Property = default_value;
@@ -55,6 +56,7 @@ if (presentation.css) {
}
```
+
## HTML (a blueprint)
```html
@@ -170,7 +172,7 @@ if (presentation.css) {
## HTML minimal template
-```
+```html
<!DOCTYPE html>
<html lang="en">
<head>