Skip to content

Commit 02b118e

Browse files
committed
added /lib/ to path
1 parent 70f49fc commit 02b118e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ encouraged to contribute theirs).
2626
To use the **php-opencloud** library, use this `require()` statement in your
2727
script:
2828

29-
require '/path/to/php-opencloud.php';
29+
require '/path/to/lib/php-opencloud.php';
3030

3131
Once you've referenced the desired connection class, you can proceed
3232
to establish the connection. For OpenStack clouds, provide the

0 commit comments

Comments
 (0)