Skip to content

Commit ad1ddf6

Browse files
authored
Merge pull request #6 from StrongSquirrel/strsqr-typo-patch
small typo in README.md
2 parents 0442b8c + 548f3b2 commit ad1ddf6

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
@@ -54,7 +54,7 @@ module.exports = {
5454
{
5555
resolve: "gatsby-source-pg",
5656
options: {
57-
connectionString: "postgres:///mydb",
57+
connectionString: "postgres://user:pass@host/dbname",
5858
schema: "public",
5959
refetchInterval: 60, // Refetch data every 60 seconds
6060
},

0 commit comments

Comments
 (0)