We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c821a7f commit 6e9e5dfCopy full SHA for 6e9e5df
1 file changed
README.md
@@ -21,9 +21,9 @@ First you need to sign up to Pushpad and create a project there.
21
Then set your authentication credentials and project:
22
23
```python
24
-import pushpad
+from pushpad import Pushpad
25
26
-client = pushpad.Pushpad(auth_token='5374d7dfeffa2eb49965624ba7596a09', project_id=123)
+client = Pushpad(auth_token='token', project_id=123)
27
```
28
29
- `auth_token` can be found in the user account settings.
0 commit comments