Skip to content

Commit

Permalink
use correct directory name for cookiecutter generated README.txt
Browse files Browse the repository at this point in the history
(cherry picked from commit 40dd034)

Refs: Pylons/pyramid-cookiecutter-starter#22
  • Loading branch information
stevepiercy committed Mar 1, 2017
1 parent 495bc61 commit 3ec0fca
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/wiki/src/authorization/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki/src/basiclayout/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki/src/installation/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki/src/models/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki/src/tests/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki/src/views/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki2/src/authentication/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki2/src/authorization/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki2/src/basiclayout/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki2/src/installation/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki2/src/models/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki2/src/tests/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/wiki2/src/views/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started

- Change directory into your newly created project.

cd myproj
cd tutorial

- Create a Python virtual environment.

Expand Down

0 comments on commit 3ec0fca

Please sign in to comment.