Browse Source

Update README.md

typo
embed
Hakim El Hattab 12 years ago
parent
commit
e3f3e9defb
  1. 2
      README.md

2
README.md

@ -167,7 +167,7 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) {
### Internal links ### 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 ```html
<a href="#/2/2">Link</a> <a href="#/2/2">Link</a>

Loading…
Cancel
Save