From c8ae8db7e6b5bf18c07cbab668d8e9d2bce1f024 Mon Sep 17 00:00:00 2001 From: Ryan Pendergast Date: Tue, 8 Sep 2015 13:52:09 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3c457ec2c..bef2e451e 100755 --- a/README.md +++ b/README.md @@ -33,20 +33,16 @@ These are steps that will only have to be done once across all your JAWS project ### Hit the ground running * Create a new project in your current working directory: - ```jaws new project``` - * Generate a lambda function skeletion and corresponding API gateway endpoint config: - -```jaws generate``` - + + ```jaws generate``` * Write your code in `back/lambdas//index.js` then install node modules: -```cd /back; npm install``` - + ```cd /back; npm install``` * Deploy your lambda: -```cd back/lambdas/; jaws deploy lambda``` + ```cd back/lambdas/; jaws deploy lambda``` * Optionally deploy your API gateway: * Configure [`endpoint`](./docs/jaws-json.md) attribute in `jaws.json`