Skip to content

Commit 6bc7381

Browse files
authored
Update README.md
1 parent 0d108bf commit 6bc7381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Current setup inside my virtual environment, found in `venv`:
2222

2323
By default, the website runs on http://localhost:5000.
2424

25-
#### PyCharm
25+
### PyCharm
2626
If running from PyCharm, then everything should be setup in the `venv`
2727
subdirectory. The interpreter should be set to the python3.6 install
2828
inside of that folder.
2929

3030

31-
#### Command Line on Unix
31+
### Command Line on Unix
3232

3333
If running from command line:
3434

@@ -42,4 +42,4 @@ To run the server:
4242
$ export FLASK_APP=server.py
4343
$ flask run
4444
45-
```
45+
```

0 commit comments

Comments
 (0)