Skip to content

Commit

Permalink
GitHub #60 - Add lowest priority
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed Oct 15, 2014
1 parent 16e8918 commit bc3d5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/
composer.lock
.DS_Store
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ $receiptCode = $pushy->sendMessage($message);
#### Priorities

The list of available priorities in Pushy\Priority:
- LowestPriority
- LowPriority
- NormalPriority (default)
- HighPriority
Expand Down

0 comments on commit bc3d5e0

Please sign in to comment.