From 85cdd7513e6d3ed301985f52f3d3b12c84dd914c Mon Sep 17 00:00:00 2001 From: Samuel Moelius <35515885+smoelius@users.noreply.github.com> Date: Thu, 10 Apr 2025 07:42:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9adb3d..1bd55cb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A wrapper around [`anchor test`] for computing test coverage solana-sbpf = { git = "https://github.com/trail-of-forks/sbpf-coverage" } ``` -2. Add the following to `[profile.release]` section of you Anchor project's root Cargo.toml: +2. Add the following to `[profile.release]` section of your Anchor project's root Cargo.toml: ```toml debug = true