Skip to content

Commit c69d125

Browse files
committed
Readme updates
1 parent 84f89c9 commit c69d125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
This application is made of two parts:
1212

1313
* Client
14-
- communicates with the API.
14+
- web UI that communicates with REST endpoints available through an API app (see below).
1515
- is a React.js project located in the [client](src/client) folder.
1616
* API
1717
- uses the [MariaDB Python Connector](https://github.com/mariadb-corporation/mariadb-connector-python) to connect to MariaDB.
@@ -94,7 +94,7 @@ CREATE TABLE todo.tasks (
9494
This application is made of two parts:
9595

9696
* Client
97-
- communicates with the API.
97+
- web UI that communicates with REST endpoints available through an API app (see below).
9898
- is a React.js project located in the [client](src/client) (/src/client) folder.
9999
* API
100100
- uses the [MariaDB Python Connector](https://github.com/mariadb-corporation/mariadb-connector-python) to connect to MariaDB.

0 commit comments

Comments
 (0)