summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index fde33fc..1253156 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,8 @@ let presentation = {
{
text: `utf8 str`
style: `text.css_block, position absolute%`,
- link: `str.url`,
- hover: `text.css_block`
+ link: [ `array.css_blocks` ] /**/
+ hover:
},
/*
... */
@@ -42,6 +42,14 @@ let presentation = {
... */
]
}
+
+
+// ** example
+// style: [
+// '{ top: 15px; background: #333; }',
+// 'a { color: #fff; }
+// 'a:hover { color: red; }
+// ]
```