Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeta committed Dec 21, 2020
1 parent 3dce66c commit 4a9f3b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ $gsmDetector->isOrangeMobile('35000000') // false

$gsmDetector->getGsmName('04000000'); // mtn

$gsmDetector->isMobile('04000000'); // True
$gsmDetector->isMobile('04000000'); // true

$gsmDetector->isFix('04000000'); // false

```

Expand Down

0 comments on commit 4a9f3b0

Please sign in to comment.