From ce2c9cb3899ce9957697d534c5b904206da28da0 Mon Sep 17 00:00:00 2001 From: Austen Collins Date: Sun, 9 Aug 2015 08:23:19 -0700 Subject: [PATCH] documentation: Minor cosmetic changes to README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9f6bec2a..689e76357 100755 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ JAWS: The Javascript + AWS Stack This stack uses new tools from Amazon Web Services to completely redefine how to build massively scalable (and cheap) web applications. -#### To get started, [follow the "Installation Guide" in the Wiki.](https://github.com/servant-app/JAWS/wiki/JAWS-Installation) -#### To help contribute, [check out the JAWS Roadmap.](https://trello.com/b/tYOrT6nA/jaws-roadmap) +##### To get started: [follow the "Installation Guide" in the Wiki](https://github.com/servant-app/JAWS/wiki/JAWS-Installation) +##### To help contribute: [check out the "JAWS Roadmap"](https://trello.com/b/tYOrT6nA/jaws-roadmap) and the ["Contributors Guide"](https://github.com/jaws-stack/JAWS/blob/master/CONTRIBUTING.md) -##### The goals of JAWS are: + +## Goals: - **Use No Servers:** Never deal with scaling/deploying/maintaing/monitoring servers again. - **Isolated Components:** The JAWS back-end is comprised entirely of AWS Lambda Functions. You can develop/update/configure each separately without affecting any other part of your application. Your app never goes down... only individual API routes can go down.