Skip to content

Commit

Permalink
Document need to include autoload file
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Sep 5, 2018
1 parent 65a9b2b commit a53e53e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,8 @@ After installing PHP Camel Caser, the new function are available straight away.
Some example usage is shown below.

```php
require_once __DIR__.'/vendor/autoload.php';

strReplace('c', 'b', 'cat'); // bat
strWordCount("Hello world!"); // 2
inArray('Picard', ['Picard', 'Janeway']); // true
Expand Down

0 comments on commit a53e53e

Please sign in to comment.