From ca022f82ebeb2c65f467071bf05dadbb457a5b76 Mon Sep 17 00:00:00 2001 From: Evgeny Taktarov Date: Fri, 14 Jun 2024 18:56:15 +0700 Subject: [PATCH] docs: fix examples link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d82c63f..d89af02 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ import { LidoSDK } from '@lidofinance/lido-ethereum-sdk'; import { LidoSDKStake } from '@lidofinance/lido-ethereum-sdk/stake'; ``` -✨ See also the [examples](./examples/Examples.md) provided for some more real-life applications. +✨ See also the [examples](./examples/README.md) provided for some more real-life applications. ## Initialization