Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kminek committed Apr 2, 2016
1 parent 5a62d2d commit 1303bce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ variable names).

```php
// helper function
obfuscate_email('[email protected]');
obfuscate_email('[email protected]', 'Contact us');
echo obfuscate_email('[email protected]');
echo obfuscate_email('[email protected]', 'Contact us');

// class
\Kminek\EmailObfuscator::obfuscate('[email protected]');
\Kminek\EmailObfuscator::obfuscate('[email protected]', 'Contact us');
echo \Kminek\EmailObfuscator::obfuscate('[email protected]');
echo \Kminek\EmailObfuscator::obfuscate('[email protected]', 'Contact us');
```

0 comments on commit 1303bce

Please sign in to comment.