From 2fe83df34965b1a296268566c3cb527eea694747 Mon Sep 17 00:00:00 2001
From: CODe <71spates.bravest@icloud.com>
Date: Mon, 3 Feb 2025 21:07:59 +0100
Subject: [PATCH] Fix typos in README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d0a84ad6..2bfe2015 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ We give up the node layer (including networking, block production etc.), but we
 In other words, we keep bare blockchain state in-memory, and we can interact with it directly however we want.
 
 This way, we gain full control over the runtime, sacrificing real simulation of the blockchain environment.
-However, usually, this is higly beneficial for the development process, as it allows for a much faster feedback loop, assisted with better insights into execution externalities.
+However, usually, this is highly beneficial for the development process, as it allows for a much faster feedback loop, assisted with better insights into execution externalities.
 
 ---