소스 검색

ID must've not included #.

NaotoshiFujita 5 년 전
부모
커밋
04b73bd85a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -40,7 +40,7 @@ Only the NPM way is explained in the following steps. Visit [this page](https://
     ```
 1. Write HTML for building a slider:
     ```html
-    <div id="#splide" class="splide">
+    <div id="splide" class="splide">
       <div class="splide__track">
         <ul class="splide__list">
           <li class="splide__slide">Slide 01</li>