From a0e1b29490fcc85ba71004e543e00fe1c70c0b38 Mon Sep 17 00:00:00 2001 From: oktay Aslan Date: Mon, 21 Oct 2024 20:35:15 +0300 Subject: [PATCH] Update README.md Removed the comma after "Ethereum clients": This was to improve the sentence flow, as the comma was unnecessary in this context. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6992308..8f7101a2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A minimal implementation of the Polynomial Commitments API for While the core implementation is in C, bindings are available for various high-level languages, providing convenient wrappers around C functions. These -bindings are intended to be used by Ethereum clients, to avoid re-implementation +bindings are intended to be used by Ethereum clients to avoid re-implementation of crucial cryptographic functions. | Language | Link |