Skip to content

Commit a41ae5d

Browse files
committed
Update README.md
1 parent ca951e5 commit a41ae5d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# reduce-css-calc [![Build Status](https://travis-ci.org/MoOx/reduce-css-calc.png)](https://travis-ci.org/MoOx/reduce-css-calc)
1+
# reduce-css-calc
2+
3+
[![Build Status](https://travis-ci.org/MoOx/reduce-css-calc.svg)](https://travis-ci.org/MoOx/reduce-css-calc)
24

35
> Reduce CSS calc() function to the maximum.
46
@@ -7,7 +9,7 @@ Particularly useful for packages like [rework-calc](https://github.com/reworkcss
79
## Installation
810

911
```console
10-
$ npm install reduce-css-calc
12+
npm install reduce-css-calc
1113
```
1214

1315
## Usage
@@ -56,15 +58,17 @@ reduceCSSCalc("-moz-calc(50% - 2em)")
5658

5759
See [unit tests](src/__tests__/index.js) for others examples.
5860

61+
---
62+
5963
## Contributing
6064

6165
Work on a branch, install dev-dependencies, respect coding style & run tests before submitting a bug fix or a feature.
6266

6367
```console
64-
$ git clone https://github.com/MoOx/reduce-css-calc.git
65-
$ git checkout -b patch-1
66-
$ npm install
67-
$ npm test
68+
git clone https://github.com/MoOx/reduce-css-calc.git
69+
git checkout -b patch-1
70+
npm install
71+
npm test
6872
```
6973

7074
## [Changelog](CHANGELOG.md)

0 commit comments

Comments
 (0)