README.md in push_to_sns-0.1.0 vs README.md in push_to_sns-0.1.1
- old
+ new
@@ -1,8 +1,8 @@
-# PushToSns
+# PushToSNS
-PushToSns is an opinionated gem to allow pushing push notifications through SNS. It assumes you want to use a type and a message in your payload, that you already configured the AWS gem and that your message is encoded as json. If this is your case, this will make your life easier.
+PushToSNS is an opinionated gem to allow pushing push notifications through SNS. It assumes you want to use a type and a message in your payload, that you already configured the AWS gem and that your message is encoded as json. If this is your case, this will make your life easier.
## Installation
Add this line to your application's Gemfile:
@@ -107,10 +107,10 @@
fail "Method Not Implemented: notification"
end
end
```
-Now, we need to answer three questions:
+Now, we need to answer two questions:
- What devices do we need to notify of this goal?
- What is the data we need to send?
To answer these questions, we need to implement the method `devices` and `notification`. For example, we can have these two methods: