From 447e7e862f0b39d9ecebd81c0d80f3fa598c6216 Mon Sep 17 00:00:00 2001 From: Kato Twofold Date: Sat, 27 Feb 2021 13:53:01 +0200 Subject: [PATCH] * README.md/Woops! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 434673c..771f8f8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Project is a simple php encryption wrapper, not even a library, the whole po Simply use the provided functions from the lib.php file, you can simply import it into any project using that file. ```php -require_once("/path/to/the/file/kpcrypt/lib.php) +require_once("/path/to/the/file/kpcrypt/lib.php") $input = "Super secret string!"; $key = "My key to encrypt the string with";