summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/hello_world.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-12-26 23:16:49 -0800
committerSteve Piercy <web@stevepiercy.com>2016-12-26 23:16:49 -0800
commit99d45a935a4fe6a9e9d1df364e74f536a418e105 (patch)
tree8a124b11b97ac69742e4b463f901010ef07ce0cd /docs/quick_tutorial/hello_world.rst
parent558f3e772a1416ebdd9cd8122c0aeac3f0b0d72c (diff)
downloadpyramid-99d45a935a4fe6a9e9d1df364e74f536a418e105.tar.gz
pyramid-99d45a935a4fe6a9e9d1df364e74f536a418e105.tar.bz2
pyramid-99d45a935a4fe6a9e9d1df364e74f536a418e105.zip
quick_tutorial/hello_world - minor update for cd into current directory.
- modernize "microframework"
Diffstat (limited to 'docs/quick_tutorial/hello_world.rst')
-rw-r--r--docs/quick_tutorial/hello_world.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/hello_world.rst b/docs/quick_tutorial/hello_world.rst
index 56dccde58..2f2515fcd 100644
--- a/docs/quick_tutorial/hello_world.rst
+++ b/docs/quick_tutorial/hello_world.rst
@@ -11,7 +11,7 @@ Python packages, no ``pip install -e .``, no other machinery.
Background
==========
-Microframeworks are all the rage these days. "Microframework" is a marketing
+Microframeworks were all the rage, until the next shiny thing came along. "Microframework" is a marketing
term, not a technical one. They have a low mental overhead: they do so little,
the only things you have to worry about are *your things*.
@@ -49,7 +49,7 @@ Steps
.. code-block:: bash
- $ mkdir hello_world; cd hello_world
+ $ cd ~/projects/quick_tutorial; mkdir hello_world; cd hello_world
#. Copy the following into ``hello_world/app.py``: