From 3f14b5feb2d81e009581f3006c61f78044368b65 Mon Sep 17 00:00:00 2001 From: Alexandru Comanescu Date: Tue, 19 Sep 2023 14:00:56 +0300 Subject: [PATCH] Fix typo --- docs-src/0.4/en/cookbook/publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-src/0.4/en/cookbook/publishing.md b/docs-src/0.4/en/cookbook/publishing.md index 41e48fa01..10f7d7266 100644 --- a/docs-src/0.4/en/cookbook/publishing.md +++ b/docs-src/0.4/en/cookbook/publishing.md @@ -43,7 +43,7 @@ To install, simply run To bundle your application you can simply run `dx bundle --release` to produce a final app with all the optimizations and assets builtin. -Once you've ran `cargo-bundle --release`, your app should be accessible in +Once you've ran `dx bundle --release`, your app should be accessible in `dist/bundle/`.