Skip to content

Commit

Permalink
correct paths in example
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Jul 2, 2020
1 parent 3f1ed15 commit e34ad12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/cli.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
require 'classes/jblond/cli/Cli.php';
require 'classes/jblond/cli/CliColors.php';
require '../src/jblond/cli/Cli.php';
require '../src//jblond/cli/CliColors.php';
$cli = new \jblond\cli\Cli();
$colors = new \jblond\cli\CliColors();
$string = $colors->getColoredString('This is a test','red','black');
Expand Down

0 comments on commit e34ad12

Please sign in to comment.