Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmuS2024 committed Nov 18, 2024
1 parent 1b938ec commit deeab69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require_once $autoloadPath;
use function Differ\Differ\genDiff;
$format = 'plain'; // supported formats: "stylish", "plain", "json", default: "stylish"
$format = 'plain'; // supported formats: "stylish", "plain", "json", default: "stylish"
$pathToFile1 = 'File1.json'; // paste your path to file in JSON or YAML format
$pathToFile1 = 'File2.json'; // paste your path to file in JSON or YAML format
$diff = genDiff($pathToFile1, $pathToFile2, $format);
Expand Down

0 comments on commit deeab69

Please sign in to comment.