Skip to content

Commit

Permalink
Merge pull request #5 from zgreen/readme-fixes
Browse files Browse the repository at this point in the history
fix a couple docs typos
  • Loading branch information
zgreen authored Dec 13, 2016
2 parents 1053df2 + 08301db commit 370fb39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Will output:

```css
/* In foo.css */
@critical bar;
@critical bar.css;

.foo {
border: 3px solid gray;
Expand Down Expand Up @@ -73,7 +73,7 @@ Will output:
```
Will output:
```css
/* In bar.css */
/* In critical.css */
.bar {
border: 10px solid gold;
color: gold;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-critical-css",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generate critical CSS using PostCSS",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 370fb39

Please sign in to comment.