Skip to content

Commit a1bdd83

Browse files
authored
Take version number of of README (#82)
Avoids the need to update it for publishes.
1 parent 7ba8ab1 commit a1bdd83

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ This crate is procedurally generated from [WIT] files using [`wit-bindgen`].
3131

3232
# Usage
3333

34-
First you can depend on this crate via `Cargo.toml`:
34+
Depending on this crate can be done by adding it to your dependencies:
3535

36-
```toml
37-
[dependencies]
38-
wasi = "0.12.0"
36+
```sh
37+
$ cargo add wasi
3938
```
4039

4140
Next you can use the APIs in the root of the module like so:
@@ -148,7 +147,7 @@ This project is triple licenced under the Apache 2/ Apache 2 with LLVM exception
148147
- Apache 2/ MIT is used in the rust standard library, and some of this code may be migrated there.
149148
- Some of this code may be used in compiler output, and the Apache 2 with LLVM exceptions licence is useful for this.
150149

151-
For more details see
150+
For more details see
152151
- [Apache 2 Licence](LICENSE-APACHE)
153152
- [Apache 2 Licence with LLVM exceptions](LICENSE-Apache-2.0_WITH_LLVM-exception)
154153
- [MIT Licence](LICENSE-MIT)

0 commit comments

Comments
 (0)