Skip to content

Commit 7360285

Browse files
[skip ci] Update rake tasks section in README
1 parent b36542f commit 7360285

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ Then, you can build by `rake` command. See `rake -T` for more information.
5656
# Build only a specific combination of ruby version, profile, and target
5757
# Output is in the `rubies` directory
5858
$ rake build:head-wasm32-unknown-wasi-full-js
59-
# Build all combinations of profile, and target for a specific ruby version
60-
$ rake build:head
6159
# Build npm packages and required ruby
62-
$ rake pkg:all
60+
$ rake npm:all
6361
```
6462

6563
## Notable Limitations

0 commit comments

Comments
 (0)