Skip to content

Commit ddf6e0d

Browse files
committed
Add Arrayy to implementations list at the top of readme
1 parent dbe3919 commit ddf6e0d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ and there are `array` and illuminate `collection` implementations to choose from
2323

2424
## Defining enums
2525

26-
Create enums by extending either `EKvedaras\PHPEnum\PHPArray\Enum` or `EKvedaras\PHPEnum\Illuminate\Collection\Enum`.
26+
Create enums by extending one of:
27+
28+
* `EKvedaras\PHPEnum\PHPArray\Enum`
29+
* `EKvedaras\PHPEnum\Illuminate\Collection\Enum`
30+
* `EKvedaras\PHPEnum\Arrayy\Enum`
2731

2832
```php
2933
<?php

0 commit comments

Comments
 (0)