From 3929e517353872dae8baaa0e0904ae42ae40c7de Mon Sep 17 00:00:00 2001 From: Maxim Nesen Date: Wed, 24 Jan 2024 19:00:22 +0100 Subject: [PATCH] Fix typo in the readme (#28) Signed-off-by: Maxim Nesen --- examples/security/webserver-signatures/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/security/webserver-signatures/README.md b/examples/security/webserver-signatures/README.md index bfeafcf7..82b0058f 100644 --- a/examples/security/webserver-signatures/README.md +++ b/examples/security/webserver-signatures/README.md @@ -15,7 +15,7 @@ There are two examples with exactly the same behavior (for service authentication) ## Steps to generate keystore (optional) -1. run the scripts ``auomatic-store-generator.sh`` (openssl and keytool are required to be present on the PATH) +1. run the scripts ``automatic-store-generator.sh`` (openssl and keytool are required to be present on the PATH) 2. move generated ``keystore.p12`` into the ``main/resources`` folder ## Build and run