Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit c763528

Browse files
committed
Update README.md
1 parent 48da03f commit c763528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class DayOfWeekEnum extends \PetrKnap\Php\Enum\AbstractEnum
4242
#### Enum usage
4343
```php
4444
if (date('w') == DayOfWeekEnum::FRIDAY()->getValue()) {
45-
echo "Finally It's Friday!"
45+
echo "Finally it is Friday!";
4646
}
4747
```
4848

0 commit comments

Comments
 (0)