mirror of
https://github.com/kennethreitz/12factor.git
synced 2026-06-05 23:10:17 +00:00
tone down first sentence
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user