diff --git a/README.md b/README.md index 23b1fa9..40bc567 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,11 @@ Then you can use is as: $decrypted = SimplyDecrypt::decrypt($ciphertext); ``` - +## DUMPING VARIABLES +in replace of var_dump, use *dump* instead. +```php +dump($var) +``` ## Documentation will be updated soon...