Skip to content

Commit 347e747

Browse files
authored
Update README.md
1 parent 6bd8a4d commit 347e747

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This application is made of two parts:
1717
- uses [MySqlConnector](https://github.com/mysql-net/MySqlConnector) with [Dapper](https://dapperlib.github.io/Dapper/) to connect to MariaDB.
1818
- is a .NET solution located in the [api](src/api) folder.
1919

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

2222
# Table of Contents
2323
1. [Requirements](#requirements)
@@ -26,8 +26,8 @@ This README will walk you through the steps for getting the TODO web application
2626
4. [Create the database and table](#schema)
2727
5. [Configure, build and run the apps](#app)
2828
1. [Configure](#configure-api-app)
29-
4. [Build and run the .NET API app](#build-run-api)
30-
5. [Build and run the Client app](#build-run-client)
29+
2. [Build and run the .NET API app](#build-run-api)
30+
3. [Build and run the Client app](#build-run-client)
3131
6. [Support and contribution](#support-contribution)
3232
7. [License](#license)
3333

@@ -128,11 +128,11 @@ Example implementation:
128128

129129
Build and run the application using Visual Studio. The solution will be built and the Web API project will begin listening on http://localhost:8080.
130130

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

133-
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.
133+
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.
134134

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

137137
## Support and Contribution <a name="support-contribution"></a>
138138

0 commit comments

Comments
 (0)