Skip to content

Commit

Permalink
fix: update carousel README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Jun 21, 2019
1 parent 3b8fc70 commit 51ae146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/bolt-carousel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ yarn add @bolt/components-carousel
<bolt-code-snippet markdown="0" lang="twig">
<pre class="c-bolt-code-snippet c-bolt-code-snippet-syntax--light"><code is="shadow-root">{% include "@bolt-components-carousel/carousel.twig" with {
slides: [
Slide 1,
Slide 2,
Slide 3,
'Slide 1',
'Slide 2',
'Slide 3',
]
} only %}</code></pre>
</bolt-code-snippet>
Expand Down

0 comments on commit 51ae146

Please sign in to comment.