From 8130ea7318c8b6fd544df86fc32bd0887a351525 Mon Sep 17 00:00:00 2001 From: Henry Popp Date: Sun, 27 Nov 2016 16:13:05 -0600 Subject: [PATCH] chore: update README Added direct links to the guides for convenience. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a21101..ea55ade8 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,7 @@ After running `mix deps.get`, configure `mix.exs` to start the application autom ``` ## Getting Started -For usage and configuration, see the [docs](https://hexdocs.pm/pigeon/getting-started.html). +For usage and configuration, see the docs: +* [APNS (Apple iOS)](https://hexdocs.pm/pigeon/apns-apple-ios.html) +* [GCM (Android)](https://hexdocs.pm/pigeon/gcm-android.html) +* [ADM (Amazon Android)](https://hexdocs.pm/pigeon/adm-amazon-android.html)