Merge pull request #4 from zyegfryed/patch-1

Typo :)
This commit is contained in:
2014-04-21 15:27:29 -04:00
+5 -5
View File
@@ -29,17 +29,17 @@ Deployment
Usage
-----
Once deployed, building a forumla is simple::
Once deployed, building a formula is simple::
$ heroku run ./brew <forumla> <bucket>
$ heroku run ./brew <formula> <bucket>
# Builds specified Python to ``./python``.
Releasing a forumla is simple::
Releasing a formula is simple::
$ heroku run ./bottle <forumla> <bucket>
$ heroku run ./bottle <formula> <bucket>
# 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.
``runtime-name.tar.bz2``, which contains ``PYTHONHOME``, including symlinks to python interpreters.