From 666b6cc381720d37154edf9f49e3ff77e306a5fe Mon Sep 17 00:00:00 2001 From: Dan Vicarel Date: Thu, 9 Nov 2017 18:36:13 -0500 Subject: [PATCH 1/2] Fixed cd command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ce600db..1ec48954 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Alexa, start Space Facts 3. Install npm dependencies by navigating into the `/lambda` directory and running the npm command: `npm install` ```bash - $ cd lambda + $ cd lambda/custom $ npm install ``` @@ -131,4 +131,4 @@ ASK CLI will create the skill and the lambda function for you. The Lambda functi * CodeAcademy * Hackster.io * DevPost -* Official Alexa Skills Kit Node.js SDK \ No newline at end of file +* Official Alexa Skills Kit Node.js SDK From 530c4fbbc6573858a3deb8a8fe83bfd01fe13dae Mon Sep 17 00:00:00 2001 From: Dan Vicarel Date: Thu, 9 Nov 2017 18:36:55 -0500 Subject: [PATCH 2/2] Removed an invalid comma from skill.json --- skill.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skill.json b/skill.json index 20698f63..3089e1d3 100644 --- a/skill.json +++ b/skill.json @@ -30,7 +30,7 @@ "radio" ], "name": "My Radio", - "description": "Listen to My Radio, with less bla bla bla, and more la la la.\n\nMy Radio provides a high quality sound 24/7 with the best music.\n\nTo start, just say \"Alexa, launch My Radio\" or \"Alexa, play my radio\" to start the radio\".\n\nAt anytime, you can stop the radio by saying \"Alexa, stop\"", + "description": "Listen to My Radio, with less bla bla bla, and more la la la.\n\nMy Radio provides a high quality sound 24/7 with the best music.\n\nTo start, just say \"Alexa, launch My Radio\" or \"Alexa, play my radio\" to start the radio\".\n\nAt anytime, you can stop the radio by saying \"Alexa, stop\"" } }, "isAvailableWorldwide": true,