Skip to content

Commit

Permalink
Merge branch 'master' of github.com:notific/notific-php-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
palokankare committed Aug 31, 2018
2 parents f031080 + 229b0ad commit 584ede6
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 584ede6

Please sign in to comment.