Skip to content

Commit

Permalink
Modify README file
Browse files Browse the repository at this point in the history
Change install to installLicense in sample code
  • Loading branch information
farhadhp committed Feb 24, 2020
1 parent 26bfc09 commit 9ae3996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use Farhadhp\ZhaketGuard\ZhaketGuard;
$productToken = 'f2352e4a-4545-4c86-8790-454545'; // توکن محصول شما
$license = 'f2352e4a-82c8-4c86-8790-23234323'; // لایسنس وارد شده توسط کاربر
$res = ZhaketGuard::install($productToken, $license);
$res = ZhaketGuard::installLicense($productToken, $license);
if ($res->status=='successful') {
// Lisence successfuly installed
Expand Down

0 comments on commit 9ae3996

Please sign in to comment.