Skip to content

Commit 25e62db

Browse files
Update outdated task names in docs - Apply suggestions from code review
Co-authored-by: hoophalab <200652805+hoophalab@users.noreply.github.com>
1 parent a745e6a commit 25e62db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/dev-docs/building-zstd-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ task zstd-wasm
2525
```
2626

2727
The task first runs `:deps:download-zstd` to fetch the latest Zstandard source code, then executes
28-
`:generate-zstd-single-file-lib` to produce the single-file library. Finally, it builds the CMake
28+
`:deps:install-zstd-single-file` to produce the single-file library. Finally, it builds the CMake
2929
project, which uses Emscripten to expose the bindings to JavaScript.
3030

3131
To clean the build:

0 commit comments

Comments
 (0)