From 44f8e393d6f6559a02fe5403c6b28f59a0bf6467 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Fri, 19 Feb 2016 15:49:13 -0500
Subject: [PATCH] Update Readme.md

---
 Readme.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Readme.md b/Readme.md
index 9060de1e..04c90c62 100644
--- a/Readme.md
+++ b/Readme.md
@@ -5,10 +5,10 @@ This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/bui
 
 Recommended web frameworks include Django and Flask. Recommended webserver is Gunicorn. There are no restrictions around what software can be used (as long as it's pip-installable). Web processes must bind to `$PORT`, and only the HTTP protocol is permitted for incoming connections.
 
-Usage
------
+See it in Action
+----------------
 
-Example usage:
+Deploying a Python application couldn't be easier:
 
     $ ls
     Procfile  requirements.txt  web.py
@@ -34,8 +34,8 @@ You can also add it to upcoming builds of an existing application:
 
 A `requirements.txt` file must be found at the root of your application's repository.
 
-Specify a Runtime
------------------
+Specify a Python Runtime
+------------------------
 
 You can also specify specific versions of the Python runtime with a `runtime.txt` file:
 
-- 
GitLab