From eb66a3170aac85132ecdcf6573ce85439b23b60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fievet?= Date: Mon, 21 Apr 2014 12:13:10 +0200 Subject: [PATCH] Typo :) --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 761f53f..cf7ed5b 100644 --- a/README.rst +++ b/README.rst @@ -29,17 +29,17 @@ Deployment Usage ----- -Once deployed, building a forumla is simple:: +Once deployed, building a formula is simple:: - $ heroku run ./brew + $ heroku run ./brew # Builds specified Python to ``./python``. -Releasing a forumla is simple:: +Releasing a formula is simple:: - $ heroku run ./bottle + $ heroku run ./bottle # Builds specified Python and uploads the resulting tarball to the given S3 bucket. Distribution "Spec" ------------------- -``runtime-name.tar.bz2``, which contains ``PYTHONHOME``, including symlinks to python interpreters. \ No newline at end of file +``runtime-name.tar.bz2``, which contains ``PYTHONHOME``, including symlinks to python interpreters.