Skip to content

Commit 42e3aa9

Browse files
committed
Update README
1 parent 6f03b57 commit 42e3aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The case converter functions allow you to convert strings to various cases, such
7373
use function Syntatis\Utils\Str;
7474

7575
// Convert a string to camel case
76-
Str('foo_bar'); // fooBar
76+
Str::toCamelCase('foo_bar'); // fooBar
7777
```
7878

7979
### Inflector

0 commit comments

Comments
 (0)