Skip to content

Commit 1f225c0

Browse files
authored
Update README.md
1 parent 17136c1 commit 1f225c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This application is made of two parts:
1717
- is a React.js project located in the [client](src/client) folder.
1818
* API
1919
- uses the [MariaDB Python Connector](https://github.com/mariadb-corporation/mariadb-connector-python) with [SQLAlchemy](https://www.sqlalchemy.org/) to connect to MariaDB.
20-
- is a Python project located int the [api](src/api) folder.
20+
- is a Python project located in the [api](src/api) folder.
2121

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

@@ -100,7 +100,7 @@ This application is made of two parts:
100100
- is a React.js project located in the [client](src/client) (/src/client) folder.
101101
* API
102102
- uses the [MariaDB Python Connector](https://github.com/mariadb-corporation/mariadb-connector-python) with [SQLAlchemy](https://www.sqlalchemy.org/) to connect to MariaDB.
103-
- is a Python project located int the [api](src/api) folder.
103+
- is a Python project located in the [api](src/api) folder.
104104

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

0 commit comments

Comments
 (0)