From 6f1fce3cdbc3d60d41fc736fa9d7688db85b8602 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 19 Feb 2016 15:54:03 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 91daa4c8..99097262 100644 --- a/Readme.md +++ b/Readme.md @@ -39,7 +39,7 @@ You can also specify the latest production relase of this buildpack for upcoming Specify a Python Runtime ------------------------ -You can also specify specific versions of the Python runtime with a `runtime.txt` file: +Specific versions of the Python runtime can be specified with a `runtime.txt` file: $ cat runtime.txt python-3.5.1 -- GitLab