Skip to content

Commit a94163b

Browse files
authored
docs: Fix package name referenced in tutorial (#1202)
1 parent 010fca7 commit a94163b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/getting-started-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You are now ready to generate code. Run the `generate` command. You shouldn't se
6565
sqlc generate
6666
```
6767

68-
You should now have a `db` package containing three files.
68+
You should now have a `tutorial` package containing three files.
6969

7070
```
7171
├── go.mod

docs/tutorials/getting-started-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You are now ready to generate code. Run the `generate` command. You shouldn't se
6666
sqlc generate
6767
```
6868

69-
You should now have a `db` package containing three files.
69+
You should now have a `tutorial` package containing three files.
7070

7171
```
7272
├── go.mod

0 commit comments

Comments
 (0)