From 15bb495d1aa4c15ad62810824215f6e7207c7d29 Mon Sep 17 00:00:00 2001 From: Rommel Berrios Date: Wed, 12 Jul 2017 14:21:28 -0600 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index df84533..b1b69e5 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,7 @@ By default your skill will have the following environments: - staging - production -What environment you're is determined in the ``config/env.js`` module using the following code: - -.. literalinclude:: ../samples/starterKit/config/env.js +What environment you're is determined in the ``config/env.js`` module. ## skill @@ -168,7 +166,9 @@ A gulp runner configured with a watch task that starts your express server and l The serverless framework is a tool that helps you manage your lambda applications, assuming you have your AWS credentials setup properly this starter kit defines the very minimum needed so you can deploy your skill to lambda with the following command: - $ sls deploy +``` +$ sls deploy +``` ## Running the project ---------------------