Skip to content

Commit 9109464

Browse files
author
Martin O'Hanlon
committed
updated directory name to webapp
1 parent c320bcd commit 9109464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/step_5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Now you're going to set up a basic web application with Flask and Python. You wi
55
- Using the Terminal, make a new directory for your project.
66

77
```bash
8-
mkdir mywebserver
8+
mkdir webapp
99
```
1010

1111
- Use the change directory command to open it.
1212

1313
```bash
14-
cd mywebserver
14+
cd webapp
1515
```
1616

1717
- Open Python 3 from the main menu.

0 commit comments

Comments
 (0)