Permalink
Browse files
Applied new composer autoload location
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
README.md
|
@@ -46,7 +46,7 @@ Run Composer: `php composer.phar install` or `php composer.phar update` |
|
|
Use JSON Pointer via the available Composer **autoload file**.
|
|
|
|
|
|
<?php
|
|
|
- require_once 'vendor/.composer/autoload.php';
|
|
|
+ require_once 'vendor/autoload.php';
|
|
|
|
|
|
use JsonPointer\JsonPointer;
|
|
|
|
|
|
0 comments on commit
95f8dc9