From 39e10c5f857cf57ad4003335d1514db085072a6a Mon Sep 17 00:00:00 2001 From: son1112 Date: Sat, 10 Nov 2018 06:50:22 -0600 Subject: [PATCH] update readme to note deprecation of template option --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d08e4f3..d9b6654 100644 --- a/README.md +++ b/README.md @@ -300,11 +300,13 @@ $ clay info $ clay login ``` -## Create an Alexa Skill +## Create an Alexa Skill +[This option has been deprecated.](https://github.com/clay-run/clay-cli/issues/8) For a complete walk through check out [this blog post](https://medium.com/@nicolaerusan/code-your-first-alexa-skill-in-30-ish-seconds-using-clay-ready-go-8293ee1761ac) + ``` $ clay new my-alexa-skill -t alexa ```