From d6fd8003f703be05eff6293d57bd11fe778f5a0d Mon Sep 17 00:00:00 2001 From: Lethale Date: Mon, 9 Dec 2024 15:10:13 +0100 Subject: [PATCH] Fix signing link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 338409a..82c4734 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ See the [examples](./examples/) folder if you're looking for a complete sample p ## Examples * [Whoami](./examples/whoami/): example showcasing API request signing in its simplest form -* [Signing](./examples/whoami/): example showcasing wallet creation and ETH message signing +* [Signing](./examples/signing/): example showcasing wallet creation and ETH message signing ## Using Turnkey in your Rails projects