diff --git a/examples/README.md b/examples/README.md index 258ed1e..e4d05bf 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,14 +1,5 @@ ### Examples -To start using of examples you have to create a composer.json file with content -```json -{ - "prefer-stable": true, - "minimum-stability": "dev" -} -``` +To start using of examples go to examples folder and run `composer install`. -Then execute from command line `composer require didww/didww-api-3-php-sdk`. -All requirements will be installed. - -Execute an example as `DIDWW_API_KEY=YOURPERSONALDIDWWAPIKEY php examples/balance.php` +After installation of dependencies execute an example php file as `DIDWW_API_KEY=YOURPERSONALDIDWWAPIKEY php examples/balance.php`