소스 검색

Update README.md

typo
Hakim El Hattab 12 년 전
부모
커밋
e3f3e9defb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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>