From 2a44c5973d68f27b8599161fb991dfae2ea67441 Mon Sep 17 00:00:00 2001 From: Bob Whitelock Date: Sat, 7 Oct 2023 07:45:46 +0100 Subject: [PATCH] Correct typo (#187) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9d6323..b6313b1 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ staticrypt test.html --share https://example.com/encrypted.html staticrypt test.html --salt 12345678901234567890123456789012 ``` -> See an exemple of how to use StatiCrypt in a CI build step in this community project: [a-nau/password-protected-website-template](https://github.com/a-nau/password-protected-website-template) +> See an example of how to use StatiCrypt in a CI build step in this community project: [a-nau/password-protected-website-template](https://github.com/a-nau/password-protected-website-template) **Customize the password prompt** to have the encrypted page match your style (see [the FAQ](#can-i-customize-the-password-prompt) for a full custom template): @@ -308,4 +308,4 @@ If you have a StatiCrypt project you'd like to share, feel free to open an issue ### Alternatives to StatiCrypt -[MaxLaumeister/PageCrypt](https://github.com/MaxLaumeister/PageCrypt) is a project with similar features in a different style (I think it was created before StatiCrypt). \ No newline at end of file +[MaxLaumeister/PageCrypt](https://github.com/MaxLaumeister/PageCrypt) is a project with similar features in a different style (I think it was created before StatiCrypt).