Skip to content

Commit a5ff8bd

Browse files
Merge pull request #274 from RezeScarlet/patch-1
Fixed one missing comma in readme
2 parents aa003f5 + a467fd7 commit a5ff8bd

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
@@ -131,7 +131,7 @@ In case you use Neovim, here's an example with Lua:
131131

132132
```lua
133133
vim.g.dbs = {
134-
{ name = 'dev', url = 'postgres://postgres:mypassword@localhost:5432/my-dev-db' }
134+
{ name = 'dev', url = 'postgres://postgres:mypassword@localhost:5432/my-dev-db' },
135135
{ name = 'staging', url = 'postgres://postgres:mypassword@localhost:5432/my-staging-db' },
136136
{ name = 'wp', url = 'mysql://root@localhost/wp_awesome' },
137137
{

0 commit comments

Comments
 (0)