From 8b675e6076df93d9501dc2b147290a2183ffc4fe Mon Sep 17 00:00:00 2001 From: Austen Collins Date: Sun, 20 Sep 2015 20:09:47 -0700 Subject: [PATCH] readme: updates --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 31105351c..fc25a7a38 100755 --- a/README.md +++ b/README.md @@ -23,15 +23,13 @@ JAWS is an open-source framework for building serverless applications (web, mobi ## Quick Start -The guide below gets you started quickly. Later, check out the [best practices](https://github.com/jaws-framework/JAWS/wiki/Best-practices) guide in our [wiki](https://github.com/jaws-framework/JAWS/wiki) for tips on security and more. - * **[Setup an AWS account and create an administrative user](https://github.com/jaws-framework/JAWS/wiki/v1:-AWS-Account-setup)** * ```$ npm install jaws-framework -g``` * ```$ jaws new project``` - **Note:** we recommend camelCase for project names. [Why?](https://github.com/jaws-framework/JAWS/wiki/Best-practices#project-names) + **Note:** We recommend camelCase for project names. [Why?](https://github.com/jaws-framework/JAWS/wiki/Best-practices#project-names) * ```$ cd ```