Skip to content

Commit 3277b67

Browse files
committed
2 parents e3b1dfc + 52429f4 commit 3277b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installation is recommended with Pipenv:
1818

1919
```shell
2020
$ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
21-
$ cd django-intro-tutorial
21+
$ cd flask-wtform-tutorial
2222
$ pipenv shell
2323
$ pipenv update
2424
$ python3 main.py
@@ -28,7 +28,7 @@ Alternatively, try installing via `setup.py`:
2828

2929
```shell
3030
$ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
31-
$ cd django-intro-tutorial
31+
$ cd flask-wtform-tutorial
3232
$ python3 setup.py install
3333
$ python3 main.py
3434
```

0 commit comments

Comments
 (0)