Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 4, 2020
1 parent 3473f48 commit a2b33b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Utility to valid and determine bank card type by stgit90

### Installation ###
```
composer require
composer require stgit90/detect-valid-card
```


Expand All @@ -19,4 +19,4 @@ $card = '4916847576752405';
if($detector->detect('4916847576752405')->isValid()){
echo $detector->getType() //Visa
}
```
```

0 comments on commit a2b33b3

Please sign in to comment.