summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar 李瑞丰 <liruifeng1024@gmail.com> 2022-11-24 16:52:22 +0800
committerGravatar GitHub <noreply@github.com> 2022-11-24 09:52:22 +0100
commitd79e9d73a347cc469cb56e503e5d0f2d649bd658 (patch)
tree64ebc94c6a520cb263cc261a6b9da6c92a743513
parent6a1e4ca02cc8e7aefe67871d19ec40b0f7b73e29 (diff)
downloadastro-d79e9d73a347cc469cb56e503e5d0f2d649bd658.tar.gz
astro-d79e9d73a347cc469cb56e503e5d0f2d649bd658.tar.zst
astro-d79e9d73a347cc469cb56e503e5d0f2d649bd658.zip
doc: fix deno preview command (#5464)
-rw-r--r--packages/integrations/deno/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/deno/README.md b/packages/integrations/deno/README.md
index 183dad26d..62df9c2eb 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