Skip to content

Commit 3e927d0

Browse files
committed
Merge pull request #2 from hobbysoldat/patch-1
Remove .composer directory from Path to autoload file.
2 parents 0788b7a + b86689d commit 3e927d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We recommend installing the [PhpcrBrowser](https://github.com/symfony-cmf/phpcrb
1818
The shortest self-contained example should output a line with 'value':
1919

2020
<?php
21-
require("/path/to/jackalope-jackrabbit/vendor/.composer/autoload.php");
21+
require("/path/to/jackalope-jackrabbit/vendor/autoload.php");
2222

2323
$factoryclass = '\Jackalope\RepositoryFactoryJackrabbit';
2424
$parameters = array('jackalope.jackrabbit_uri' => 'http://localhost:8080/server');

0 commit comments

Comments
 (0)