Skip to content

Commit

Permalink
Demo didn't match code example
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPiscitelli committed Nov 11, 2018
1 parent b3b83cd commit e6933e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ <h2>Multiple Item</h2>
<pre class="line-numbers language-javascript">
<code class="line-numbers language-javascript">
new Glider(document.querySelector('.glider'), {
slidesToShow: 6,
slidesToScroll: 6,
slidesToShow: 5,
slidesToScroll: 5,
draggable: true,
dots: '.dots',
arrows: {
Expand Down

0 comments on commit e6933e7

Please sign in to comment.