You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This application is made of two parts:
17
17
- is a React.js project located in the [client](src/client) folder.
18
18
* API
19
19
- uses the [MariaDB Node.js Connector](https://github.com/mariadb-corporation/mariadb-connector-nodejs) with [Sequelize](https://sequelize.org/) to connect to MariaDB.
20
-
- is a Node.js project located int the [api](src/api) folder.
20
+
- is a Node.js project located in the [api](src/api) folder.
21
21
22
22
This README will walk you through the steps for getting the TODO web application up and running using MariaDB.
23
23
@@ -96,7 +96,7 @@ This application is made of two parts:
96
96
- is a React.js project located in the [client](src/client) folder.
97
97
* API
98
98
- uses the [MariaDB Node.js Connector](https://github.com/mariadb-corporation/mariadb-connector-nodejs) with [Sequelize](https://sequelize.org/) to connect to MariaDB.
99
-
- is a Node.js project located int the [api](src/api) folder.
99
+
- is a Node.js project located in the [api](src/api) folder.
100
100
101
101
### a.) Configure the app <aname="configure-app"></a>
0 commit comments