From 0fd8f9c227f828f20cec9f75e25cc8750fe4c657 Mon Sep 17 00:00:00 2001 From: derch28 <67139425+derch28@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:30:37 -0500 Subject: [PATCH] fix: typo on README.md (#1571) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a8232a5..492c9a2e 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Thanks for your help improving the project! We are so happy to have you! We have [a contributing guide](https://github.com/gakonst/ethers-rs/blob/master/CONTRIBUTING.md) to help you get involved in the ethers-rs project. -If you make a Pull Request, do not forget to add your changes in the [CHANGELOG](CHANGELOG.md) and ensure your code if +If you make a Pull Request, do not forget to add your changes in the [CHANGELOG](CHANGELOG.md) and ensure your code is properly formatted with `cargo +nightly fmt` and clippy is happy `cargo clippy`, you can even try to let clippy fix simple issues itself: `cargo +nightly clippy --fix -Z unstable-options`