Skip to content

Commit 1f1b330

Browse files
committed
Merge branch 'version1'
2 parents 6ec597a + 6029ea1 commit 1f1b330

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PHP library package for No Limit Texas Holdem poker. This package allows you to
55
Require the package using composer
66

77
```bash
8-
composer require simple-hacker/PHPoker
8+
composer require simple-hacker/phpoker
99
```
1010

1111

@@ -69,10 +69,11 @@ $hand->getHandValue();
6969

7070

7171
## 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:
7373

7474
```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
7677
new Card('As');
7778

7879
// Arguments for both value and suit

0 commit comments

Comments
 (0)