From e9ead3717da231c89602e0579bee05f29cb5934e Mon Sep 17 00:00:00 2001 From: tserg <8017125+tserg@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:46:55 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19d16d4..5c1136e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Medusa -Performs AST traversal to catch non-critical improvements in your Vyper code: +Performs AST traversal to catch non-critical improvements for your Vyper code: 1. Unused local variables 2. Unused function parameters