Skip to content

Commit 771365e

Browse files
committed
Cleans up readme.
1 parent d2fa8b6 commit 771365e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ deploying the service.
2424

2525
All of our server code is written using [Flask](https://flask.palletsprojects.com/en/2.3.x/).
2626

27-
The Flask web service exists within "`/src`". The `__init__.py` is the
27+
The Flask web service exists within `/src`. The `__init__.py` is the
2828
entry point for the app. The other files provide the routes.
2929

30-
Other related Python code that implement features are within "`/lib`".
30+
Other related Python code that implement features are within `/lib`.
3131

3232
To build the app, use `docker compose build`.
3333
You will need to rebuild when you change the source.
3434

3535
To run the app locally, use `docker compose up` from the repo root.
3636

37-
This will run a webserver accessible at [[http://localhost:5000]].
37+
This will run a webserver accessible at <http://localhost:5000>.
3838

3939
**Note**: You need to provide the API keys in the `config.txt` file
4040
before the service runs. See the above "Configuration" section.

0 commit comments

Comments
 (0)