tone down first sentence

This commit is contained in:
Adam Wiggins
2011-11-22 17:16:58 -08:00
parent c7643ad1e2
commit 5d9560bf64
+1 -1
View File
@@ -1,7 +1,7 @@
Introduction
============
In the modern era, software is almost always delivered as a service: called *web apps*, or *software-as-a-service*. The twelve-factor app is a methodology for building software-as-a-service apps that:
In the modern era, software commonly delivered as a service: called *web apps*, or *software-as-a-service*. The twelve-factor app is a methodology for building software-as-a-service apps that:
* Use **declarative** formats for setup automation, to minimize time and cost for new developers joining the project;
* Have a **clean contract** with the underlying operating system, offering **maximum portability** between execution environments;