Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yourjhay committed Aug 4, 2019
1 parent 1667fdb commit 01d322a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...


Expand Down

0 comments on commit 01d322a

Please sign in to comment.