Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
Updated readme.md
  • Loading branch information
hashaam-zahid authored Nov 28, 2023
1 parent 901c5dd commit e6b493b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ Instantiate the `FormHandler` class and use its methods to process form submissi
### Example:

```php
<?php
// Include autoload file
require_once 'path/to/vendor/autoload.php';
Expand Down Expand Up @@ -88,8 +86,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
echo $result['message'];
}
}
?>
```php
```
### Contributing
Contributions are welcome! Feel free to fork the repository, make changes, and create pull requests.
Expand Down

0 comments on commit e6b493b

Please sign in to comment.