summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.txt b/HACKING.txt
index eab3889ca..683ac61f5 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -81,7 +81,7 @@ way to get going.
(alternately, create a writeable fork on GitHub and check that out).
-Since pyramid is a framework and not an application, it can be
+Since Pyramid is a framework and not an application, it can be
convenient to work against a sample application, preferably in its own
virtualenv. A quick way to achieve this is to (ab-)use ``tox``
(http://tox.readthedocs.org/en/latest/) with a custom configuration
@@ -89,7 +89,7 @@ file that's part of the checkout::
tox -c hacking-tox.ini
-This will create a python-2.7 based virtualenv named ``env27`` (pyramid's
+This will create a python-2.7 based virtualenv named ``env27`` (Pyramid's
``.gitconfig` ignores all top-level folders that start with ``env`` specifically
for this use case) and inside that a simple pyramid application named
``hacking`` that you can then fire up like so::