We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3b1dfc + 52429f4 commit 3277b67Copy full SHA for 3277b67
README.md
@@ -18,7 +18,7 @@ Installation is recommended with Pipenv:
18
19
```shell
20
$ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
21
-$ cd django-intro-tutorial
+$ cd flask-wtform-tutorial
22
$ pipenv shell
23
$ pipenv update
24
$ python3 main.py
@@ -28,7 +28,7 @@ Alternatively, try installing via `setup.py`:
28
29
30
31
32
$ python3 setup.py install
33
34
```
0 commit comments