Skip to content

Commit d2f2322

Browse files
committed
Update description
1 parent 766cc90 commit d2f2322

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
CSS Critic
22
==========
33

4-
A lightweight framework for regression testing of Cascading Style Sheets.
4+
<a href="https://www.npmjs.org/package/csscritic">
5+
<img src="https://badge.fury.io/js/csscritic.svg"
6+
align="right" alt="NPM version" height="18">
7+
</a>
8+
A lightweight tool for regression testing of Cascading Style Sheets.
59

610
What?
711
-----
@@ -51,11 +55,11 @@ CSS Critic checks your current layout constantly against a reference image you h
5155

5256
*What do I do if my test fails?*
5357

54-
1. Have a look at the diff image and visually check what has changed.
58+
1. Have a look at the diff image and visually inspect what has changed.
5559

5660
2. If the change is an unwanted one fix your CSS,
5761

58-
3. If deliberate generate a new reference image.
62+
3. If deliberate accept the change (generating a new reference image).
5963

6064
Developing CSS Critic
6165
---------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "csscritic",
33
"title": "CSS Critic",
44
"version": "0.5.0",
5-
"description": "A lightweight framework for regression testing of Cascading Style Sheets.",
5+
"description": "A lightweight tool for regression testing of Cascading Style Sheets.",
66
"keywords": [
77
"CSS",
88
"regression",

0 commit comments

Comments
 (0)