fix typo in readme

This commit is contained in:
Brent Schroeter 2025-09-16 23:38:42 -07:00
parent ad6f49ce69
commit 17e698547b

View file

@ -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).