浏览代码

Merge remote-tracking branch 'origin/master'

NaotoshiFujita 5 年之前
父节点
当前提交
ba12065442
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>