Skip to content

Commit 6e9e5df

Browse files
committed
Improve import example in README
1 parent c821a7f commit 6e9e5df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ First you need to sign up to Pushpad and create a project there.
2121
Then set your authentication credentials and project:
2222

2323
```python
24-
import pushpad
24+
from pushpad import Pushpad
2525

26-
client = pushpad.Pushpad(auth_token='5374d7dfeffa2eb49965624ba7596a09', project_id=123)
26+
client = Pushpad(auth_token='token', project_id=123)
2727
```
2828

2929
- `auth_token` can be found in the user account settings.

0 commit comments

Comments
 (0)