From 02d430799624a0bb6d68fc5baaa62a036867aaff Mon Sep 17 00:00:00 2001 From: Brawn Date: Sun, 22 Dec 2024 21:12:33 +0300 Subject: [PATCH] docs: Fix typo in endpoint doc Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a834d..6cc791b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Monitors jobs on Request Chains and transfers them to the Common Chain for Execu ```shell curl -X GET -H "Content-Type: application/json" -d '{"chain_ids": [31337]}' http://localhost:6001/signed-registration-message -v ``` -- Use the signature from the above endpoint to register on the commmon chain. +- Use the signature from the above endpoint to register on the common chain. # Verifying Config