* README.md/Woops!

This commit is contained in:
Daniel Legt 2021-02-27 13:53:01 +02:00
parent d269906413
commit 447e7e862f
1 changed files with 1 additions and 1 deletions

View File

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