fix typo in readme
This commit is contained in:
parent
ad6f49ce69
commit
17e698547b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ that implement the `Clone`, `serde::Deserialize`, and `serde::Serialize` traits.
|
||||||
|
|
||||||
This crate follows in the footsteps of the
|
This crate follows in the footsteps of the
|
||||||
[airtable-api](https://crates.io/crates/airtable-api) crate from Oxide Computer
|
[airtable-api](https://crates.io/crates/airtable-api) crate from Oxide Computer
|
||||||
Company, which appears to have be archived and unmaintained since 2022.
|
Company, which appears to have been archived and unmaintained since 2022.
|
||||||
By comparison, Ferrtable aims to provide a more flexible and expressive client
|
By comparison, Ferrtable aims to provide a more flexible and expressive client
|
||||||
interface as well as greater control over paginated responses with the help of
|
interface as well as greater control over paginated responses with the help of
|
||||||
async [streams](https://doc.rust-lang.org/book/ch17-04-streams.html).
|
async [streams](https://doc.rust-lang.org/book/ch17-04-streams.html).
|
||||||
|
|
Loading…
Add table
Reference in a new issue