From 8ef09183179751e2a2dcf4eb85878faec6fa5cd9 Mon Sep 17 00:00:00 2001 From: "lami (laurent lahmy)" Date: Mon, 12 Aug 2024 11:45:44 +0700 Subject: [PATCH] docs: Update README.md (#213) Mention the arrow keys to find the hono x-basic starter template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c9c48d..bdbc858 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm install hono honox ## Starter template -If you are starting a new HonoX project, use the `hono-create` command. Run the following and choose `x-basic`. +If you are starting a new HonoX project, use the `hono-create` command. Run the following and choose `x-basic` (use the arrow keys to find the option). ```txt npm create hono@latest