From eb3314c60da558102cf18107fa616703309aa611 Mon Sep 17 00:00:00 2001 From: Adam Wiggins Date: Sat, 30 Jul 2011 13:06:24 -0700 Subject: [PATCH] abstract -> intro --- content/{abstract.md => intro.md} | 4 ++-- views/home.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename content/{abstract.md => intro.md} (97%) diff --git a/content/abstract.md b/content/intro.md similarity index 97% rename from content/abstract.md rename to content/intro.md index 240ce28..3af5e10 100644 --- a/content/abstract.md +++ b/content/intro.md @@ -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: diff --git a/views/home.erb b/views/home.erb index 82682a7..ba0e21f 100644 --- a/views/home.erb +++ b/views/home.erb @@ -1,5 +1,5 @@
-
<%= render_markdown('abstract') %>
+
<%= render_markdown('intro') %>
<%= render_markdown('who') %>