From d79e9d73a347cc469cb56e503e5d0f2d649bd658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=91=9E=E4=B8=B0?= Date: Thu, 24 Nov 2022 16:52:22 +0800 Subject: [PATCH] doc: fix deno preview command (#5464) --- packages/integrations/deno/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/deno/README.md b/packages/integrations/deno/README.md index 183dad26da..62df9c2eb9 100644 --- a/packages/integrations/deno/README.md +++ b/packages/integrations/deno/README.md @@ -159,7 +159,7 @@ export default defineConfig({ ## Examples -The [Astro Deno](https://github.com/withastro/astro/tree/main/examples/deno) example includes a `preview:deno` command that runs the entry script directly. Run `npm run build` then `npm run preview:deno` to run the production deno server. +The [Astro Deno](https://github.com/withastro/astro/tree/main/examples/deno) example includes a `preview` command that runs the entry script directly. Run `npm run build` then `npm run preview` to run the production deno server. ## Troubleshooting