From 16ec3f97ed90e70678cbaf22e05e6847a2129c33 Mon Sep 17 00:00:00 2001
From: "dr. mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Fri, 10 Feb 2023 09:28:34 -0800
Subject: [PATCH] Update README.md
---
MEV_strategies/arbitrage/algorithms/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MEV_strategies/arbitrage/algorithms/README.md b/MEV_strategies/arbitrage/algorithms/README.md
index e0f598b..bf959a4 100644
--- a/MEV_strategies/arbitrage/algorithms/README.md
+++ b/MEV_strategies/arbitrage/algorithms/README.md
@@ -7,7 +7,7 @@
-* multi-edged graph where nodes represent coins and edges represents rates.
+* these algorithms are represented by multi-edged graph data structures where nodes represent coins and edges represents rates.
* to find an arb opportunity, find a closed loop of edges for which the product of weights in the edges > 1.