From 8978da24749d4cbe94a9577a811103bb412b577a Mon Sep 17 00:00:00 2001 From: apo77yon <126520850+apo77yon@users.noreply.github.com> Date: Wed, 22 Mar 2023 22:50:45 -0700 Subject: [PATCH] Update README.md --- MEV_and_trading/derivatives/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MEV_and_trading/derivatives/README.md b/MEV_and_trading/derivatives/README.md index 7694a19..3c3b1fd 100644 --- a/MEV_and_trading/derivatives/README.md +++ b/MEV_and_trading/derivatives/README.md @@ -10,7 +10,7 @@ * **derivatives** are financial contracts that derive their values from underlying assets. * **[futures](futures.md)**: - contracts are proxy tools to speculate on the future prices of cryptocurrencies or to be used to hedge against their price changes. -* **[perpetuals](perpetuals.md)**: +* **[perpetuals](perpetuals)**: - derivative contracts with no expiration date. * **[options](options.md)**: - derivatives that give the buyer the right to buy or sell the underlying asset at a stated price within a specified period.