From d8d056c5ab1a3821499f9d1ba2a53d1b5e7bcde4 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Tue, 20 Jun 2023 16:52:52 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2098ac..d19a83e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### Overview -This is a pure PHP implementation of the Elliptic Curve Digital Signature Algorithm. It is compatible with OpenSSL and uses elegant math such as Jacobian Coordinates to spped up the ECDSA on pure PHP. +This is a pure PHP implementation of the Elliptic Curve Digital Signature Algorithm. It is compatible with OpenSSL and uses elegant math such as Jacobian Coordinates to speed up the ECDSA on pure PHP. ### Installation