Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis authored Nov 1, 2024
1 parent 98d0356 commit b9234e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mysql> CREATE DATABASE `database_here`

```
const uri = 'mysql://root@localhost:3306/database_here';
const MySQL = require('parse-server-mysql-adapter').MySQL;
const { MySQL } = require('parse-server-mysql-adapter');
const mysql = new MySQL(uri);
var api = new ParseServer({
Expand Down

0 comments on commit b9234e7

Please sign in to comment.