File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PHP library package for No Limit Texas Holdem poker. This package allows you to
5
5
Require the package using composer
6
6
7
7
``` bash
8
- composer require simple-hacker/PHPoker
8
+ composer require simple-hacker/phpoker
9
9
```
10
10
11
11
@@ -69,10 +69,11 @@ $hand->getHandValue();
69
69
70
70
71
71
## Cards
72
- Cards can be instantiated in numerous ways. The follwing all result in the Ace of Spades:
72
+ Cards can be instantiated in numerous ways. The following all result in the Ace of Spades:
73
73
74
74
``` php
75
- // As a short value where the first character is 23456789TJQKA and the suit as shcd
75
+ // As a short value where the first character is card value 23456789TJQKA,
76
+ // and the second character is card suit as shcd
76
77
new Card('As');
77
78
78
79
// Arguments for both value and suit
You can’t perform that action at this time.
0 commit comments