From ccf4509b89176e51a1dbe8121f0c66d507e119a6 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Sun, 19 Sep 2021 19:47:44 -0700 Subject: [PATCH] docs: Fix package name referenced in tutorial --- docs/tutorials/getting-started-mysql.md | 2 +- docs/tutorials/getting-started-postgresql.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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