Skip to content

Commit 8ab5607

Browse files
authored
Update README.md
1 parent 130d2a7 commit 8ab5607

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This application is made of two parts:
1919
- uses the [MariaDB Python Connector](https://github.com/mariadb-corporation/mariadb-connector-python) with [SQLAlchemy](https://www.sqlalchemy.org/) to connect to MariaDB.
2020
- is a Python project located in the [api](src/api) folder.
2121

22-
This README will walk you through the steps for getting the TODO web application up and running using MariaDB.
22+
This README will walk you through the steps for getting the `TODO` web application up and running using MariaDB.
2323

2424
# Table of Contents
2525
1. [Requirements](#requirements)
@@ -178,11 +178,11 @@ $ python3 api.py
178178

179179
**Note:** You will need to use seperate terminals for the `client` and `api` apps.
180180

181-
### e.) Build and run the [UI (Client) app](src/client) <a name="build-run-client"></a>
181+
### e.) Build and run the [UI (Client) app](https://github.com/mariadb-developers/todo-app-client) <a name="build-run-client"></a>
182182

183-
Once the API project is running you can now communicate with the exposed endpoints directly (via HTTP requests) or with the application UI, which is contained with the [client](src/client) folder of this repo.
183+
Once the API project is running you can now communicate with the exposed endpoints directly (via HTTP requests) or with the application UI, which is contained with the `client` folder of this repo.
184184

185-
To start the [client](src/client) application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
185+
To start the `client` application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
186186

187187
## Support and Contribution <a name="support-contribution"></a>
188188

0 commit comments

Comments
 (0)