Browse Source

Merge remote-tracking branch 'origin/master'

NaotoshiFujita 5 years ago
parent
commit
ba12065442
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -91,7 +91,7 @@ new Splide( '#splide', {
   perPage: 3,
 } );
 ```
-Or set a data-splide` attribute to a root element in a JSON format:
+Or set a `data-splide` attribute to a root element in a JSON format:
 ```html
 <div id="splide" class="splide" data-splide='{"type":"loop","perPage":3}'>
 </div>