Skip to content

Commit 1ba395d

Browse files
authored
Update README.md
1 parent 252aaf0 commit 1ba395d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This application is made of two parts:
1818
- uses the [MariaDB Node.js Connector](https://github.com/mariadb-corporation/mariadb-connector-nodejs) to connect to MariaDB.
1919
- is a Node.js project located in the [api](src/api) folder.
2020

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

2323
# Table of Contents
2424
1. [Requirements](#requirements)
@@ -27,7 +27,7 @@ This README will walk you through the steps for getting the TODO web application
2727
4. [Create the database and table](#schema)
2828
5. [Configure, build and run the app](#app)
2929
1. [Configure](#configure-app)
30-
2. [Build and run the API app](#build-run-api)
30+
2. [Build and run the Node.js API app](#build-run-api)
3131
3. [Build and run the Client app](#build-run-client)
3232
6. [Support and contribution](#support-contribution)
3333
7. [License](#license)
@@ -176,11 +176,11 @@ $ npm install
176176
$ npm start
177177
```
178178

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

181-
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.
181+
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.
182182

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

185185
## Support and Contribution <a name="support-contribution"></a>
186186

0 commit comments

Comments
 (0)