Skip to content

Commit 90632ba

Browse files
Edited sample code
1 parent fbfff2c commit 90632ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Sample Usage
3434
============
3535

3636
```php
37+
<?php
3738
require_once __DIR__ . '/vendor/autoload.php';
3839

3940
use MailboxValidator\SingleValidation;
@@ -69,6 +70,7 @@ else {
6970
echo 'error_code = ' . $results->error_code . "\n";
7071
echo 'error_message = ' . $results->error_message . "\n";
7172
}
73+
?>
7274
```
7375

7476

0 commit comments

Comments
 (0)