Update README.md
authorHakim El Hattab <hakim.elhattab@gmail.com>
Fri, 24 Aug 2012 20:48:54 +0000 (17:48 -0300)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Fri, 24 Aug 2012 20:48:54 +0000 (17:48 -0300)
typo

README.md

index 7b0d859e38fb914b22ac199d6d4cc0604c8cbca2..e3f0e667fbb38410eb59d54d0f629507a0ba5be7 100644 (file)
--- 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>