Skip to content

Commit 9f1db59

Browse files
authored
Update README.md
1 parent 1b776d4 commit 9f1db59

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
_Php CSS Lint_ is a php script that lint css files and strings :
99

10-
```bash
10+
```
1111
===========================================================
1212
1313
____ _ ____ ____ ____ _ _ _
@@ -51,17 +51,17 @@ Name | Version
5151

5252
1. Add this project in your composer.json:
5353

54-
```json
54+
```json
5555
"require": {
5656
"neilime/php-css-lint": "1.*@stable"
5757
}
58-
```
58+
```
5959

6060
2. Now tell composer to download __ANSI escapes to Html__ by running the command:
6161

62-
```bash
62+
```bash
6363
$ php composer.phar update
64-
```
64+
```
6565

6666
### By cloning project (manual)
6767

@@ -74,12 +74,13 @@ Name | Version
7474
### Display man page
7575

7676
In a terminal, execute :
77+
7778
```bash
78-
bin/php-css-lint
79+
$ bin/php-css-lint
7980
```
8081

8182
Result :
82-
```bash
83+
```
8384
===========================================================
8485
8586
____ _ ____ ____ ____ _ _ _
@@ -102,11 +103,11 @@ scripts/php-css-lint css_file_path_to_lint.css
102103

103104
In a terminal, execute :
104105
```bash
105-
bin/php-css-lint /path/to/css/file.css
106+
$ bin/php-css-lint /path/to/css/file.css
106107
```
107108

108109
Result :
109-
```bash
110+
```
110111
===========================================================
111112
112113
____ _ ____ ____ ____ _ _ _
@@ -171,4 +172,4 @@ else {
171172
echo 'Not Valid :(';
172173
var_dump($cssLinter->getErrors());
173174
}
174-
```
175+
```

0 commit comments

Comments
 (0)