Skip to content

Commit 066319e

Browse files
Fix README.md
1 parent 8566117 commit 066319e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ If the files do not exist, the utility will notify you about it.
2727

2828
## Install project
2929

30-
Downloading the utility and installing dependencies
30+
Downloading the utility and installing dependencies:
3131

3232
```bash
3333
git clone https://github.com/NikolaiProgramist/php-project-48.git
3434
cd php-project-48
3535
make install
3636
```
3737

38-
Give the binary file execution rights
38+
Give the binary file execution rights:
3939

4040
```bash
4141
sudo chmod +x bin/gendiff
@@ -44,19 +44,19 @@ sudo chmod +x bin/gendiff
4444
## Run
4545

4646
To use the utility, run the binary file and specify the output format (`stylish` by default).
47-
Also pass the paths to the two files you need.
47+
Also pass the paths to the two files you need:
4848

4949
```bash
5050
bin/gendiff --format=stylish file1.json file2.json
5151
```
5252

53-
You can also choose the second output format `plain`
53+
You can also choose the second output format `plain`:
5454

5555
```bash
5656
bin/gendiff --format=plain file1.json file2.json
5757
```
5858

59-
Instead of the flag `--format`, you can use the short version `-f`
59+
Instead of the flag `--format`, you can use the short version `-f`.
6060

6161
## Examples:
6262

0 commit comments

Comments
 (0)