From 9661355fb491778ce151567671349ab98a24ee1b Mon Sep 17 00:00:00 2001 From: Ryan Pendergast Date: Thu, 1 Oct 2015 22:04:41 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82dbc0b58..df4b452b7 100755 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ JAWS is a 100% free and open-source framework for building serverless applicatio * ```$ cd ``` -* ```$ jaws module create users list``` +* ```$ jaws module create greetings hello``` * ```$ jaws dash``` This will create a new jaws project, create a lambda function with an API Gateway endpoint, which you can immediately deploy via `jaws dash`. After deployment is complete, you will be given a url. In the above example, you can access your -deployed lambda at `your_url/users/list`. +deployed lambda at `your_url/greetings/hello`. ## Overview: