From e6c825dcd2d5f76f5545a11708a701e2ff077f22 Mon Sep 17 00:00:00 2001 From: Fudgey Date: Thu, 2 Mar 2023 16:42:30 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d0a89..20a68e9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can either submodule this repository or add it as a dependency to your proje 3. The EDDSA signed message back is (0x + Rx+ Ry + S) and is specific to Loopring -4. Messages can be verified with the Verify method from the Eddsa class like below: +4. Signed Messages can be verified with the Verify method from the Eddsa class like below: ```csharp //Verify Correct Key Is Used