diff --git a/README.md b/README.md index fb24310..9df1a88 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,7 @@ To carry out a transaction or access a resource, you will need an instance of th This will be used for your API calls. ```php -$mw = new \HngX\Moneywave\Moneywave($youApiKey, $yourSecretKey); -``` - -Alternatively, if you are using the vlucas/phpdotenv library, you cann save these values to your `.env` file: -```env -MONEYWAVE_API_KEY=your-api-key-here -MONEYWAVE_SECRET_KEY=your-secret-key-here -``` -And then they automatically get used: -```php -$mw = new \HngX\Moneywave\Moneywave(); //works too! +$mw = new \HngX\Moneywave\Moneywave($yourApiKey, $yourSecretKey); ``` ## Usage: Dispatching Transactions/Resources @@ -214,4 +204,4 @@ You will get an instance of `\HngX\MoneywaveException` if you do anything naught composer require hngx/moneywave-php ``` ## Bugs -If you notice any bugs, please create a new issue. We will attend to it promptly. \ No newline at end of file +If you notice any bugs, please create a new issue. We will attend to it promptly.