Skip to content

Commit df331cf

Browse files
authored
Update README.md
1 parent 9eb1d89 commit df331cf

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
@@ -33,7 +33,7 @@ composer require rexshijaku/sql-to-ci-builder
3333

3434
use RexShijaku\SQLToCIBuilder;
3535

36-
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
36+
require_once dirname(__FILE__) . './vendor/autoload.php';
3737

3838
$options = array('civ' => 4);
3939
$converter = new SQLToCIBuilder($options);

0 commit comments

Comments
 (0)