Skip to content

Commit

Permalink
Modified readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Robert committed Jan 17, 2022
1 parent f069db1 commit 8e8714f
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 @@ -71,7 +71,7 @@ Or with different form attributes

```php
$login = new LoginForm($_GET);
echo $login->with("method", "GET")->with("action", "/")->with("request", $_GET)->render()
echo $login->with("method", "GET")->with("action", "/")->render()
```

## Code Sample
Expand Down

0 comments on commit 8e8714f

Please sign in to comment.