Skip to content

Commit 8784f38

Browse files
author
Aner
committed
Update readme.md
1 parent 3bb5930 commit 8784f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ $deck->count();
3838

3939
```
4040

41-
When the game is over, simply reset the deck by shuffle(ing) again. Now the deck has all the cards (including drawn).
41+
When the game is over, simply reset the deck by shuffle(ing). The deck now has all the cards (including drawn).
4242
```php
4343
//start a new game...
4444
$deck->shuffle();
4545

4646
```
4747

4848

49-
To customise the cards of a deck, implement your own CardProvider
49+
To customise the deck of cards (i.e. which cards are part of the deck) one can implement the CardProvider interface
5050

5151
```php
5252
class MyGameDeckProvider implements CardProvider{

0 commit comments

Comments
 (0)