Skip to content

Commit 613cd95

Browse files
author
Alain Dumesny
authored
Merge pull request #1207 from adumesny/develop
readme typo
2 parents 70ed851 + 7169f3b commit 613cd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ GridStack.init( {column: N} );
162162

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

167167
<div class="grid-stack grid-stack-N">...</div>
168168
```

0 commit comments

Comments
 (0)