Skip to content

Commit

Permalink
Update usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Aug 5, 2024
1 parent 6ff4574 commit 758bd19
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 @@ -34,7 +34,7 @@ const connection = await sql.createConnection({
host: '127.0.0.1',
user: 'root',
port: db.port,
database: "dbdata"
database: db.dbName
})

// Run your queries here
Expand Down

0 comments on commit 758bd19

Please sign in to comment.