Skip to content

Commit 30402c7

Browse files
authored
Fix typo (incorrect domain in URL) (#2142)
1 parent fc8b7b1 commit 30402c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/getting-started-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This tutorial assumes that the latest version of sqlc is
55

66
Create a new directory called `sqlc-tutorial` and open it up.
77

8-
Initialize a new Go module named `tutorial.sql.dev/app`
8+
Initialize a new Go module named `tutorial.sqlc.dev/app`
99

1010
```shell
1111
go mod init tutorial.sqlc.dev/app

0 commit comments

Comments
 (0)