Skip to content

Commit ea3308e

Browse files
committed
Update for version 0.3.0
1 parent 599e894 commit ea3308e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> Modern framework to print correctly
44
5+
[![npm (scoped)](https://img.shields.io/npm/v/gutenberg-css.svg?style=flat-square)](https://www.npmjs.com/package/gutenberg-css)
6+
57
# How to use
68

79
Simply include the right stylesheet(s) in your html an load it only for a printer.
@@ -23,8 +25,8 @@ Example with Gutenberg and "old style" theme :
2325
You can also use the unpkg service as a *CDN*.
2426

2527
```HTML
26-
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.2.0/dist/gutenberg.min.css" media="print">
27-
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.2.0/dist/themes/oldstyle.min.css" media="print">
28+
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.3.0" media="print">
29+
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.3.0/dist/themes/oldstyle.min.css" media="print">
2830
```
2931

3032

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gutenberg-css",
3-
"version": "0.3.0-beta",
3+
"version": "0.3.0",
44
"description": "Print your web pages with style",
55
"main": "scss/gutenberg.scss",
66
"browser": "dist/gutenberg.min.css",

0 commit comments

Comments
 (0)