From 01d322af42ad7a1104d178c0e93133080c5f3518 Mon Sep 17 00:00:00 2001 From: "Rey Jhon A. Baquirin" Date: Sun, 4 Aug 2019 11:35:10 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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...