Skip to content

Commit

Permalink
Merge pull request gridstack#1207 from adumesny/develop
Browse files Browse the repository at this point in the history
readme typo
  • Loading branch information
adumesny authored Mar 11, 2020
2 parents 70ed851 + 7169f3b commit 613cd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GridStack.init( {column: N} );

2) include `gridstack-extra.css` if **N < 12** (else custom CSS - see next). Without these, things will not render/work correctly.
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.4/dist/gridstack-extra.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@1.1.0/dist/gridstack-extra.css"/>

<div class="grid-stack grid-stack-N">...</div>
```
Expand Down

0 comments on commit 613cd95

Please sign in to comment.