Skip to content

Commit

Permalink
Remove the leading $ from the install instructions so it doesn't get …
Browse files Browse the repository at this point in the history
…copied via the copy button. (#189)
  • Loading branch information
jghoman committed Apr 6, 2022
1 parent e165c02 commit a963df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ At this time a CLI tool is provided mostly for debugging and exploratory
purposes. It can be installed with:

```
$ cargo install --git https://github.com/bytecodealliance/wit-bindgen wit-bindgen-cli
cargo install --git https://github.com/bytecodealliance/wit-bindgen wit-bindgen-cli
```

This tool is not necessarily intended to be integrated into toolchains. For
Expand Down

0 comments on commit a963df9

Please sign in to comment.