diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-03-01 03:00:58 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-03-01 03:02:36 -0800 |
| commit | 3ec0fca8285847c856e24bb052062480952fca73 (patch) | |
| tree | b884ad73af08d9d7a6780f6276f321967f18414b /docs/tutorials/wiki2/src/models | |
| parent | 495bc619668d9960118a48b2b77371df8cdc798d (diff) | |
| download | pyramid-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/models')
| -rw-r--r-- | docs/tutorials/wiki2/src/models/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/models/README.txt b/docs/tutorials/wiki2/src/models/README.txt index 8466fd7b5..5e21b8aa4 100644 --- a/docs/tutorials/wiki2/src/models/README.txt +++ b/docs/tutorials/wiki2/src/models/README.txt @@ -6,7 +6,7 @@ Getting Started - Change directory into your newly created project. - cd myproj + cd tutorial - Create a Python virtual environment. |
