Skip to content

Commit 7e6e125

Browse files
committed
update Readme
1 parent 37088ab commit 7e6e125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Generated differences can be rendered in all of the standard formats including:
1313
* Inline HTML
1414
* Side by Side HTML
1515
* Unified HTML
16+
* Unified Commandline colored output
1617

1718
The logic behind the core of the diff engine (ie, the sequence matcher) is primarily based on the Python difflib
1819
package. The reason for doing so is primarily because of its high degree of accuracy.
@@ -27,7 +28,6 @@ composer require jblond/php-diff
2728

2829
```PHP
2930
<?php
30-
use jblond\Autoloader;
3131
use jblond\Diff;
3232
use jblond\Diff\Renderer\Html\SideBySide;
3333

0 commit comments

Comments
 (0)