From 92b80f6395f7ee02f81cda1e2eee2affd0b1e779 Mon Sep 17 00:00:00 2001 From: ibaryshnikov <baryshnikov.il@gmail.com> Date: Fri, 29 Mar 2019 23:48:36 +0300 Subject: [PATCH] updated docs title for --out-name flag --- docs/src/commands/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/commands/build.md b/docs/src/commands/build.md index e235202..28bbdfe 100644 --- a/docs/src/commands/build.md +++ b/docs/src/commands/build.md @@ -32,7 +32,7 @@ wasm-pack build --out-dir out The above command will put your build artifacts in a directory called `out`, instead of the default `pkg`. -## Output file names +## Generated file names Flag `--out-name` sets the prefix for output file names. If not provided, package name is used instead.