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";