Skip to content

Commit 4b0d2ab

Browse files
committed
docs: fix copy
1 parent 7dfbbc5 commit 4b0d2ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/make/lib/wasm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ make wasm
5656

5757
The command supports the following environment variables:
5858

59-
- **PKGS_WASM_PATTERN**: package pattern; e.g., `**/math/base/special/**/package.json`.
59+
- **PKGS_WASM_PATTERN**: package pattern; e.g., `blas/base/daxpy-wasm`.
6060

6161
If unable to compile WebAssemby artifacts, the command prints an error message and tries compiling WebAssembly artifacts for the next package.
6262

@@ -72,7 +72,7 @@ $ make clean-wasm
7272

7373
The command supports the following environment variables:
7474

75-
- **PKGS_WASM_PATTERN**: package pattern; e.g., `**/math/base/special/**/package.json`.
75+
- **PKGS_WASM_PATTERN**: package pattern; e.g., `blas/base/daxpy-wasm`.
7676

7777
</section>
7878

0 commit comments

Comments
 (0)