update readme (typo, cli.py explanation)

This commit is contained in:
Xevion
2020-06-22 16:14:09 -05:00
parent bddc0b9746
commit 5f670f54e4

View File

@@ -4,7 +4,7 @@ A simple locally hosted Flask webapp supporting Trivia competitions.
## Setup
Setup is designed to be as simple as possible with no configuration required. This webapp should only be locally acessible
Setup is designed to be as simple as possible with no configuration required. This webapp should only be locally accessible
on at `localhost:5000` unless
```
@@ -16,6 +16,14 @@ flask run
Edit .flaskenv to change the configuration preset.
The CLI clientside implementation can be ran with
```
python cli.py
```
and exited with `q`.
## Application Design
The webapp has two sides: Client and Server.