Skip to content

Commit d54f33d

Browse files
authored
Update README.md
1 parent 135658a commit d54f33d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ echo (new LasseRafn\Initials\Initials)->name('Justine Bieber')->generate();
2929
echo (new LasseRafn\Initials\Initials('John Christian Doe'))->generate(); // Output: JD
3030
echo (new LasseRafn\Initials\Initials)->generate('Leonardo'); // Output: LE
3131
echo (new LasseRafn\Initials\Initials)->length(1)->generate('Camilla'); // Output: C
32+
echo (new LasseRafn\Initials\Initials)->length(3)->name('Jens Ølsted')->getUrlfriendlyInitials(); // Output: JOL
3233
````
3334

3435
## Supported methods and parameters
@@ -43,4 +44,4 @@ $initials->name('Albert Magnum')->length(3)->generate();
4344
````
4445

4546
## Requirements
46-
* PHP 7.0 or 7.1
47+
* PHP 7.0 or 7.1

0 commit comments

Comments
 (0)