Skip to content

Commit

Permalink
Merge pull request Pylons#2968 from stevepiercy/1.8-branch
Browse files Browse the repository at this point in the history
use correct directory name for cookiecutter generated README.txt
  • Loading branch information
stevepiercy authored Mar 1, 2017
2 parents 01d412d + 40dd034 commit ebf6c49
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 ebf6c49

Please sign in to comment.