Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sapamatech committed Feb 12, 2014
1 parent b9ac5bc commit 302b41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo "Hash is ". ($isValid ? 'valid': 'not valid');
<h4>Hash generation</h4>
The hash is generated by:

1. The <code>digest($dataToHash, $algo = 'sha256', $raw_output = false, $separator = '.')</code> function takes a string or array as parameter of data to be hashed eg;
1. The ```php digest($dataToHash, $algo = 'sha256', $raw_output = false, $separator = '.')``` function takes a string or array as parameter of data to be hashed eg;

```php
<?php
Expand Down

0 comments on commit 302b41e

Please sign in to comment.