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
## Usage
@@ -68,10 +68,11 @@ $hand->getHandValue();
68
68
69
69
70
70
## Cards
71
- Cards can be instantiated in numerous ways. The follwing all result in the Ace of Spades:
71
+ Cards can be instantiated in numerous ways. The following all result in the Ace of Spades:
72
72
73
73
``` php
74
- // As a short value where the first character is 23456789TJQKA and the suit as shcd
74
+ // As a short value where the first character is card value 23456789TJQKA,
75
+ // and the second character is card suit as shcd
75
76
new Card('As');
76
77
77
78
// Arguments for both value and suit
You can’t perform that action at this time.
0 commit comments