Skip to content

Commit 58545e7

Browse files
authored
Merge pull request #10 from platformsh/readme-comma-typo
trailing comma
2 parents f2f459e + b6573c9 commit 58545e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const connection = await mysql.createConnection({
2929
port: credentials.port,
3030
user: credentials.username,
3131
password: credentials.password,
32-
database: credentials.path,
32+
database: credentials.path
3333
});
3434

3535
// Do stuff with connection.

0 commit comments

Comments
 (0)