Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gigorok committed Jan 4, 2019
1 parent fcd1f7f commit 6e18a8b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 6e18a8b

Please sign in to comment.