We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bcbd37 + 8a94e7f commit cec4afeCopy full SHA for cec4afe
12 files changed
README.md
@@ -41,8 +41,8 @@ npm install gutenberg-css
41
You can also use the unpkg service as a *CDN*.
42
43
```html
44
-<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.6" media="print">
45
-<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.6/dist/themes/oldstyle.min.css" media="print">
+<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.7" media="print">
+<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.7/dist/themes/oldstyle.min.css" media="print">
46
```
47
48
0 commit comments