Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nurfaizfy authored Jun 26, 2022
1 parent 55435d5 commit 3282895
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 @@ -14,13 +14,15 @@ composer require nurfaizfy/game-account-validation
```php
use Gonon\GameValidation;
require(__DIR__ . '/vendor/autoload.php');
$app = new GameValidation();
echo $app->gameList();
```
## Validate Account
------------
```php
use Gonon\GameValidation;
require(__DIR__ . '/vendor/autoload.php');
$app = new GameValidation();
echo $app->checkUser('MOBILE_LEGENDS', <USER_ID>, <ZONE_ID>);
```
## License
Expand All @@ -36,4 +38,4 @@ All kinds of contributions are welcome - code, tests, documentation, bug reports
* Send feedbacks.
* Submit bug reports.
* Write/Edit the documents.
* Fix bugs or add new features.
* Fix bugs or add new features.

0 comments on commit 3282895

Please sign in to comment.