summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/authorization
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-03-01 03:00:58 -0800
committerSteve Piercy <web@stevepiercy.com>2017-03-01 03:02:36 -0800
commit3ec0fca8285847c856e24bb052062480952fca73 (patch)
treeb884ad73af08d9d7a6780f6276f321967f18414b /docs/tutorials/wiki2/src/authorization
parent495bc619668d9960118a48b2b77371df8cdc798d (diff)
downloadpyramid-3ec0fca8285847c856e24bb052062480952fca73.tar.gz
pyramid-3ec0fca8285847c856e24bb052062480952fca73.tar.bz2
pyramid-3ec0fca8285847c856e24bb052062480952fca73.zip
use correct directory name for cookiecutter generated README.txt
(cherry picked from commit 40dd034) Refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/22
Diffstat (limited to 'docs/tutorials/wiki2/src/authorization')
-rw-r--r--docs/tutorials/wiki2/src/authorization/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/authorization/README.txt b/docs/tutorials/wiki2/src/authorization/README.txt
index 8466fd7b5..5e21b8aa4 100644
--- a/docs/tutorials/wiki2/src/authorization/README.txt
+++ b/docs/tutorials/wiki2/src/authorization/README.txt
@@ -6,7 +6,7 @@ Getting Started
- Change directory into your newly created project.
- cd myproj
+ cd tutorial
- Create a Python virtual environment.