diff --git a/README.md b/README.md index 908cb989c..ea54e9aa9 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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. -The Goals of JAWS: +##### The Goals Of JAWS Are: - **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.