fMeow / maybe-async-rs

A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates
https://docs.rs/maybe-async
MIT License
146 stars 17 forks source link

Fix minor typos in README.md #15

Closed obi1kenobi closed 2 years ago

obi1kenobi commented 2 years ago

Add a few backticks for inline code and correct a typo or two.

fMeow commented 2 years ago

Thanks so much :)

obi1kenobi commented 2 years ago

Thanks so much :)

Thank you! I'm thinking about using this crate when I add async to my crates, it looks great :)