Skip to content

Commit 6ce50d2

Browse files
authored
Update README.md
1 parent c69d125 commit 6ce50d2

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
@@ -15,7 +15,7 @@ This application is made of two parts:
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.
18-
- is a Python project located int the [api](src/api) folder.
18+
- is a Python project located in the [api](src/api) folder.
1919

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

@@ -98,7 +98,7 @@ This application is made of two parts:
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.
101-
- is a Python project located int the [api](src/api) (/src/api) folder.
101+
- is a Python project located in the [api](src/api) (/src/api) folder.
102102

103103
The following steps, `a` through `e`, will walk you through the process of configuring, building and running the `api` and `client` applications.
104104

0 commit comments

Comments
 (0)