Skip to content

Commit c7874d4

Browse files
committed
README updates
1 parent 3f19b72 commit c7874d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _For example:_
2424
$ mariadb --host 127.0.0.1 --user root --pRootPassword123! < schema.sql
2525
```
2626

27-
3.) Step in to the [src](src) directory and install the MariaDB Node.js driver (connector) using [npm](npmjs.com).
27+
3.) Step in to the [src](src) directory and install the [MariaDB Node.js driver (connector)](https://www.npmjs.com/package/mariadb) using [npm](npmjs.com), [Sequelize](https://www.npmjs.com/package/sequelize) and [dotenv](https://www.npmjs.com/package/dotenv) (a zero-dependency module that loads environment variables from a `.env` file).
2828

2929

3030
```bash

0 commit comments

Comments
 (0)