Skip to content

Commit b02342e

Browse files
author
Tyler King
committed
Updated README
1 parent 67ea15a commit b02342e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ require 'vendor/autoload.php';
3636
```php
3737
<?php
3838

39-
use Wally\Diff;
40-
use Wally\Format\Text;
39+
use Wally\PHPDiff\Diff;
40+
use Wally\PHPDiff\Format\Text;
4141

4242
$diff = new Diff;
4343
$diff->setStringOne(
@@ -79,7 +79,7 @@ two
7979
Above was the use of the `text` output. You may also output the raw `array` via `$diff->getResult()` or you can ouput in XML format like below:
8080

8181
```php
82-
use Wally\Format\XML;
82+
use Wally\PHPDiff\Format\XML;
8383

8484
...
8585

0 commit comments

Comments
 (0)