From cb114e6abe956aefb7954152b07cd586d4e2bdc2 Mon Sep 17 00:00:00 2001 From: Jonathan Duck Date: Fri, 15 Sep 2023 00:39:31 -0700 Subject: [PATCH] docs: correct directory name in quickstart (#149) --- .../docs/02-quick-start/02-creating-a-simple-templ-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/02-quick-start/02-creating-a-simple-templ-component.md b/docs/docs/02-quick-start/02-creating-a-simple-templ-component.md index bc03a3b07..8fb0ee782 100644 --- a/docs/docs/02-quick-start/02-creating-a-simple-templ-component.md +++ b/docs/docs/02-quick-start/02-creating-a-simple-templ-component.md @@ -13,7 +13,7 @@ mkdir hello-world Initialize a new Go project within it. ```sh -cd static-rendering +cd hello-world go mod init github.com/a-h/templ-examples/hello-world ```