Skip to content

Commit a53e53e

Browse files
committed
Document need to include autoload file
1 parent 65a9b2b commit a53e53e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ After installing PHP Camel Caser, the new function are available straight away.
2020
Some example usage is shown below.
2121

2222
```php
23+
require_once __DIR__.'/vendor/autoload.php';
24+
2325
strReplace('c', 'b', 'cat'); // bat
2426
strWordCount("Hello world!"); // 2
2527
inArray('Picard', ['Picard', 'Janeway']); // true

0 commit comments

Comments
 (0)