aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab2012-08-24 17:48:54 -0300
committerHakim El Hattab2012-08-24 17:48:54 -0300
commite3f3e9defba45889fb9bb4157a1aa3c9951501b3 (patch)
tree43c278f527aacf4a5a609937fd3cddd1e7645844 /README.md
parent141d69469c5773b0f6850c40688fb91240751ea9 (diff)
Update README.md
typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7b0d859..e3f0e66 100644
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) {
### Internal links
-It's easy to link between slides. The first example below targets the index of another slide whereas the second targets a slide with an ID attribute (```<section id="'"some-slide">```):
+It's easy to link between slides. The first example below targets the index of another slide whereas the second targets a slide with an ID attribute (```<section id="some-slide">```):
```html
<a href="#/2/2">Link</a>