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') %>