From fae4f8db393d232153066eef63a99000d25c2c70 Mon Sep 17 00:00:00 2001 From: elkelk Date: Tue, 19 Sep 2017 09:26:54 -0400 Subject: [PATCH] Add link to Phoenix boilerplate project --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a3346f..9349fe9 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,7 @@ Here's an example plug implementation: conn end end + +Here's an example Phoenix Boilerplate project for bootstrapping your Alexa skill: +[SDITools/alexa_hello_world](https://github.com/SDITools/alexa_hello_world) +