diff --git a/docs/tutorials/getting-started-mysql.md b/docs/tutorials/getting-started-mysql.md index fdb112d1c7..ce0e3c9758 100644 --- a/docs/tutorials/getting-started-mysql.md +++ b/docs/tutorials/getting-started-mysql.md @@ -65,7 +65,7 @@ You are now ready to generate code. Run the `generate` command. You shouldn't se sqlc generate ``` -You should now have a `db` package containing three files. +You should now have a `tutorial` package containing three files. ``` ├── go.mod diff --git a/docs/tutorials/getting-started-postgresql.md b/docs/tutorials/getting-started-postgresql.md index 8e4a7bf188..4a4943d3bc 100644 --- a/docs/tutorials/getting-started-postgresql.md +++ b/docs/tutorials/getting-started-postgresql.md @@ -66,7 +66,7 @@ You are now ready to generate code. Run the `generate` command. You shouldn't se sqlc generate ``` -You should now have a `db` package containing three files. +You should now have a `tutorial` package containing three files. ``` ├── go.mod