update readme
This commit is contained in:
parent
2ec3bd42ec
commit
58ffee1970
|
@ -7,7 +7,8 @@
|
||||||
|
|
||||||
[Documentation](https://docs.rs/mastodon-async/)
|
[Documentation](https://docs.rs/mastodon-async/)
|
||||||
|
|
||||||
A wrapper around the [API](https://github.com/tootsuite/documentation/blob/master/docs/Using-the-API/API.md#tag) for [Mastodon](https://botsin.space/)
|
A type-safe, async wrapper around the client [API](https://github.com/tootsuite/documentation/blob/master/docs/Using-the-API/API.md#tag)
|
||||||
|
for [Mastodon](https://botsin.space/)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -29,8 +30,9 @@ $ cargo add mastodon-async
|
||||||
In your `Cargo.toml`, make sure you enable the `toml` feature:
|
In your `Cargo.toml`, make sure you enable the `toml` feature:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies.mastodon-async]
|
||||||
mastodon-async = { version = "0.22", features = ["toml"] }
|
version = "0.22"
|
||||||
|
features = ["toml"]
|
||||||
```
|
```
|
||||||
|
|
||||||
```rust,no_run
|
```rust,no_run
|
||||||
|
|
Loading…
Reference in New Issue