From 82c6b4574dc09760bea465253efad3bf60e5f186 Mon Sep 17 00:00:00 2001 From: Jan Visser Date: Mon, 13 Mar 2023 14:58:24 +0100 Subject: [PATCH] Fix typo (incorrect domain in URL) --- docs/tutorials/getting-started-postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting-started-postgresql.md b/docs/tutorials/getting-started-postgresql.md index 4fe2bfd361..4326b0b6d3 100644 --- a/docs/tutorials/getting-started-postgresql.md +++ b/docs/tutorials/getting-started-postgresql.md @@ -5,7 +5,7 @@ This tutorial assumes that the latest version of sqlc is Create a new directory called `sqlc-tutorial` and open it up. -Initialize a new Go module named `tutorial.sql.dev/app` +Initialize a new Go module named `tutorial.sqlc.dev/app` ```shell go mod init tutorial.sqlc.dev/app