Skip to content

Commit

Permalink
Merge pull request #7 from Tigerman55/installation-instructions-update
Browse files Browse the repository at this point in the history
Add installation instructions
  • Loading branch information
GeeH authored Sep 27, 2023
2 parents 73bf04a + 44c9a42 commit 35eb638
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

Formidable is a strictly typed form library for PHP 8.1+

> This library was forked from an archived library of the same name written by (DASPRiD)[https://github.com/DASPRiD/];
> This library was forked from an archived library of the same name written by [DASPRiD](https://github.com/DASPRiD/);
> Thanks Ben!
Documentation links:
## Installation

You can install formidable using Composer:

```bash
$ composer require tigerman55/formidable
```

## Documentation Links

- [Getting Started](/doc/src/getting-started.md)
- [Rendering Forms](/doc/src/rendering-forms.md)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mroelectric/formidable",
"name": "tigerman55/formidable",
"type": "project",
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 35eb638

Please sign in to comment.