Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 856fc7d

Browse files
author
Josh Wolff
committed
Updating README
1 parent 2fb680a commit 856fc7d

File tree

11 files changed

+504
-154
lines changed

11 files changed

+504
-154
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.idea/workspace.xml

Lines changed: 55 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Using the Spontit API and Spontit app/webapp, you can send your own push notific
1212
5) `from spontit import SpontitResource`
1313
6) `resource = SpontitResource(my_username, my_secret_key)`
1414
7) `response = resource.push("Hello!")`
15-
8) Run the command `help(SpontitResource)` for complete documentation.
15+
8) Run the command `help(SpontitResource)` in Python for complete documentation.
1616
9) Or try an example! Check out the examples at https://github.com/joshwolff1/spontit_api/blob/master/spontit/examples.py
1717
10) You can customize the image of the notification on the website or iPhone app by setting the image for the respective channel. Sub-channel image customization is currently only supported on the iPhone app.
1818
11) To push to others, have them follow the channel to which you will push (e.g. share <a href="https://spontit.com">spontit.com/my_username</a>). You can see available invite options by calling `print(resource.get_invite_options())`.
@@ -23,7 +23,7 @@ Using the Spontit API and Spontit app/webapp, you can send your own push notific
2323
#### Make an Account
2424

2525
First, go to <a href="https://www.spontit.com" target="_blank">spontit.com</a> or download the <a href="https://itunes.apple.com/us/app/spontit/id1448318683" target="_blank">Spontit app</a>.
26-
Create an account and get your user ID. To see your user ID in the app, tap on the hamburger button. To see your user ID on the website, look at the top of the screen.
26+
Create an account and get your user ID. To see your user ID in the app, tap the "Profile" tab. To see your user ID on the website, look at the top of the screen.
2727

2828
You can change your user ID at any time <a href="https://www.spontit.com/change_names" target="_blank">here</a>.
2929

File renamed without changes.

0 commit comments

Comments
 (0)