Skip to content

Commit bd2c6b7

Browse files
committed
updated docs
1 parent cba9f8f commit bd2c6b7

File tree

9 files changed

+9
-3
lines changed

9 files changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ To print help to the console use command:
1818

1919
$ bin/gendiff -h
2020

21-
For developers may be used function, that return string result in selected format:
21+
For developers may be used function, that return string result in selected format:
2222

23-
### List of functions:
24-
* [gendiff(string file1, string file2, string format)](https://github.com/Alexsey-VR/php-project-48/blob/main/docs/gendiff.gif)
23+
\Differ\Differ\genDiff(file1, file2, format)
24+
25+
### Examples:
26+
* [Comparison of flat files (JSON)](https://github.com/Alexsey-VR/php-project-48/blob/main/docs/gendiff-4.gif)
27+
* [Comparison of flat files (YAML)](https://github.com/Alexsey-VR/php-project-48/blob/main/docs/gendiff-6.gif)
28+
* [Recursive comparison](https://github.com/Alexsey-VR/php-project-48/blob/main/docs/gendiff-7.gif)
29+
* [Plain format](https://github.com/Alexsey-VR/php-project-48/blob/main/docs/gendiff-8.gif)
30+
* [Output in JSON](https://github.com/Alexsey-VR/php-project-48/blob/main/docs/gendiff-9.gif)
2531

docs/gendiff-1.gif

-30.4 KB
Binary file not shown.

docs/gendiff-2.gif

-30.8 KB
Binary file not shown.

docs/gendiff-3.gif

-39.4 KB
Binary file not shown.

docs/gendiff-5.gif

-38 KB
Binary file not shown.

docs/gendiff-6.gif

-17.5 KB
Loading

docs/gendiff-7.gif

5.13 KB
Loading

docs/gendiff-8.gif

-17.8 KB
Loading

docs/gendiff-9.gif

68.2 KB
Loading

0 commit comments

Comments
 (0)