Skip to content

Commit

Permalink
Merge pull request #274 from RezeScarlet/patch-1
Browse files Browse the repository at this point in the history
Fixed one missing comma in readme
  • Loading branch information
kristijanhusak authored Sep 10, 2024
2 parents aa003f5 + a467fd7 commit a5ff8bd
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 @@ -131,7 +131,7 @@ In case you use Neovim, here's an example with Lua:

```lua
vim.g.dbs = {
{ name = 'dev', url = 'postgres://postgres:mypassword@localhost:5432/my-dev-db' }
{ name = 'dev', url = 'postgres://postgres:mypassword@localhost:5432/my-dev-db' },
{ name = 'staging', url = 'postgres://postgres:mypassword@localhost:5432/my-staging-db' },
{ name = 'wp', url = 'mysql://root@localhost/wp_awesome' },
{
Expand Down

0 comments on commit a5ff8bd

Please sign in to comment.