Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PHPushbullet takes one optional parameter, your [Pushbullet access token](https:
```php
require_once('vendor/autoload.php');

$pushbullet = new JoeTannenbaum\PHPushbullet\PHPushbullet('YOUR_ACCESS_TOKEN_HERE');
$pushbullet = new PHPushbullet\PHPushbullet('YOUR_ACCESS_TOKEN_HERE');
```

If you do not wish to put your access token in your code (understandable), simply set it to the environment variable `pushbullet.access_token` and PHPushbullet will automatically pick it up.
Expand Down