Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan authored Apr 7, 2023
1 parent 2dcd0da commit 3d07ef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Beycan\EnvatoLicenseChecker - v1.0 #
# BeycanPress\EnvatoLicenseChecker - 0.1.0 #

A class where you can check the purchase code provided by envato so you can add a licensing system to your Envato products.

Expand All @@ -9,7 +9,7 @@ A class where you can check the purchase code provided by envato so you can add
### Using Composer

* Obtain [Composer](https://getcomposer.org)
* Run `composer require beycan/envato-license-checker`
* Run `composer require beycanpress/envato-license-checker`

### Use alternate file load

Expand All @@ -22,7 +22,7 @@ Afterwards you can use `EnvatoLicenseChecker` class.
### Usage
First of all, we will use the setBearerToken method to set the token you created on the Envato market.
```
use Beycan\EnvatoLicenseChecker;
use BeycanPress\EnvatoLicenseChecker;
EnvatoLicenseChecker::setBearerToken('token');
```
Expand All @@ -36,4 +36,4 @@ If you want to get purchase information, you can use the "getPurchaseData" metho

## License ##

This library is under the [GPLv3 license](https://github.com/BeycanDeveloper/envato-license-checker/blob/main/LICENSE.txt).
This library is under the [MIT](https://github.com/BeycanPress/envato-license-checker/blob/main/LICENSE).

0 comments on commit 3d07ef6

Please sign in to comment.