From e3387153e62b33339d8e611f4a7b62aa0c103200 Mon Sep 17 00:00:00 2001 From: dzello Date: Fri, 3 Aug 2018 15:19:27 +0100 Subject: [PATCH] Remove potentially confusing link from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60e1901..fad7cfc 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Like fragment but more terse - content is placed inline in a self-closing shortc #### slide shortcode -The slide shortcode lets you set custom HTML and Reveal.js attributes for each slide - things like id, class, transition, background and [much more](https://github.com/hakimel/reveal.js/#slide-attributes). The names are the same as Reveal.js but without the 'data-' prefix. +The slide shortcode lets you set custom HTML and Reveal.js attributes for each slide - things like id, class, transition, background just to name a few. The names are the same as Reveal.js but without the 'data-' prefix. Add the shortcode above the slide content, below the `---` separator. Do not place content inside of the shortcode.