abstract -> intro

This commit is contained in:
Adam Wiggins
2011-07-30 13:06:24 -07:00
parent 06c3455d2f
commit eb3314c60d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
Abtract
=======
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:
+1 -1
View File
@@ -1,5 +1,5 @@
<section class="abstract">
<article><%= render_markdown('abstract') %></article>
<article><%= render_markdown('intro') %></article>
<article><%= render_markdown('who') %></article>
</section>