From 825f8a6b91f8be8f3194cfdf8f40f2db959240bc Mon Sep 17 00:00:00 2001 From: Anandu Raveendran <77606647+anandhuRaveendran@users.noreply.github.com> Date: Sat, 14 Sep 2024 21:33:59 +0530 Subject: [PATCH] Update README.md Apostrophe corrected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 182464c639..dcb197f9b2 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ Please make sure your contributions adhere to our coding guidelines: * Commit messages should be prefixed with the package(s) they modify. * E.g. "eth, rpc: make trace configs optional" -Please see the [Developers' Guide](https://geth.ethereum.org/docs/developers/geth-developer/dev-guide) +Please see the [Developer's Guide](https://geth.ethereum.org/docs/developers/geth-developer/dev-guide) for more details on configuring your environment, managing project dependencies, and testing procedures.