Skip to content

Commit a43b23a

Browse files
committed
fix composer autoload include path
1 parent dfbadde commit a43b23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/Tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PHPCR and Jackalope follow the PSR-0 standard. If you want your own autoloading,
6262
Once you have autoloading set up, bootstrap jackalope-jackrabbit like this:
6363

6464
<?php
65-
require("/path/to/jackalope-jackrabbit/vendor/.composer/autoload.php");
65+
require("vendor/autoload.php");
6666

6767
// factory (the *only* implementation specific part)
6868
$factoryclass = '\Jackalope\RepositoryFactoryJackrabbit';

0 commit comments

Comments
 (0)