diff options
author | 2022-11-24 16:52:22 +0800 | |
---|---|---|
committer | 2022-11-24 09:52:22 +0100 | |
commit | d79e9d73a347cc469cb56e503e5d0f2d649bd658 (patch) | |
tree | 64ebc94c6a520cb263cc261a6b9da6c92a743513 | |
parent | 6a1e4ca02cc8e7aefe67871d19ec40b0f7b73e29 (diff) | |
download | astro-d79e9d73a347cc469cb56e503e5d0f2d649bd658.tar.gz astro-d79e9d73a347cc469cb56e503e5d0f2d649bd658.tar.zst astro-d79e9d73a347cc469cb56e503e5d0f2d649bd658.zip |
doc: fix deno preview command (#5464)
-rw-r--r-- | packages/integrations/deno/README.md | 2 |
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 |