Skip to content

Commit

Permalink
API_ID changed to APP_ID (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnela authored and palokankare committed Jun 7, 2018
1 parent c2c7c18 commit 229b0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ To install the SDK in your project you need to require the package via composer:
Create an instance of the SDK:

```php
$notific = new Notific\PhpSdk\Notific(API_ID, API_TOKEN);
$notific = new Notific\PhpSdk\Notific(APP_ID, API_TOKEN);
```

If you don't have an API id yet, sign up at https://app.notific.io/signup
If you don't have an App ID yet, sign up at https://app.notific.io/signup

## Public notifications

Expand Down

0 comments on commit 229b0ad

Please sign in to comment.