Skip to content

Commit b3febc0

Browse files
authored
Merge pull request #1370 from jtpio/readme-example-version-2
Update gridstack-extra.css section in README to point to 2.0.0
2 parents b85133f + 71099f1 commit b3febc0

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
@@ -193,7 +193,7 @@ GridStack.init( {column: N} );
193193

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

198198
<div class="grid-stack grid-stack-N">...</div>
199199
```

0 commit comments

Comments
 (0)