From 656a29c0b082ea56e74d0fefef4ad8a1c3192f07 Mon Sep 17 00:00:00 2001 From: robinmoisson Date: Tue, 13 Jun 2023 11:08:32 +0200 Subject: [PATCH] formating --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e148c77..c3badef 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ staticrypt test.html --share https://example.com/encrypted.html - or hardcode the salt in the encryption command in the CI script: ```bash -staticrypt test.html --salt 12345678901234567890123456789012 + 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)