update readme
This commit is contained in:
parent
e69d92f71e
commit
fdf180398f
|
@ -19,9 +19,15 @@ To add `elefren` to your project, add the following to the
|
||||||
`[dependencies]` section of your `Cargo.toml`
|
`[dependencies]` section of your `Cargo.toml`
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
elefren = "0.22"
|
elefren = "0.23"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively, run the following command:
|
||||||
|
|
||||||
|
~~~console
|
||||||
|
$ cargo add elefren
|
||||||
|
~~~
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
In your `Cargo.toml`, make sure you enable the `toml` feature:
|
In your `Cargo.toml`, make sure you enable the `toml` feature:
|
||||||
|
|
Loading…
Reference in New Issue