We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37088ab commit 7e6e125Copy full SHA for 7e6e125
README.md
@@ -13,6 +13,7 @@ Generated differences can be rendered in all of the standard formats including:
13
* Inline HTML
14
* Side by Side HTML
15
* Unified HTML
16
+* Unified Commandline colored output
17
18
The logic behind the core of the diff engine (ie, the sequence matcher) is primarily based on the Python difflib
19
package. The reason for doing so is primarily because of its high degree of accuracy.
@@ -27,7 +28,6 @@ composer require jblond/php-diff
27
28
29
```PHP
30
<?php
-use jblond\Autoloader;
31
use jblond\Diff;
32
use jblond\Diff\Renderer\Html\SideBySide;
33
0 commit comments