summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1253156..510afbc 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ let presentation = {
selector: `str.selector`, /// MANDATORY
source_url: `str.url, default='./'`,
- effect: `none(=default) | vertical | cards | flip | fade | cube`,
+ effect: `none(=default) | cards | flip | fade | cube`,
theme: `light(=default) | dark`,
navigation: `boolean, default=true`,
pagination: `none | classic(=default) | dynamic | progress | fraction`
@@ -30,7 +30,7 @@ let presentation = {
poi: [ // points of interest
{
text: `utf8 str`
- style: `text.css_block, position absolute%`,
+ style: `text.css_block, position absolute%, scoped`,
link: [ `array.css_blocks` ] /**/
hover:
},