Skip to content

Commit

Permalink
Some minor changes to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hbattat committed Mar 8, 2014
1 parent e4f39e0 commit 030c877
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 @@ -10,7 +10,7 @@ How to use:
Simply call the function:

```PHP
print_r(verifyEmail('[email protected]', '[email protected]'));
verifyEmail('[email protected]', '[email protected]');
```
The first email address '[email protected]' is the one to be checked, and the second '[email protected]' is an email address to be provided to the server (just for testing, but would be better if it is a valid email)

Expand Down

0 comments on commit 030c877

Please sign in to comment.