1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-11 17:14:57 +02:00

Update README.md

typo
This commit is contained in:
Hakim El Hattab
2012-08-24 17:48:54 -03:00
parent 141d69469c
commit e3f3e9defb

View File

@@ -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>