Skip to content

Commit 0079e1b

Browse files
committed
Update README.md
1 parent 2392579 commit 0079e1b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
## Features
55
- Dynamic routes
66
- Pass variables in the URI
7-
- Muliple HTTP methods
7+
- Mulitiple HTTP methods
8+
- Custom error handling
9+
- Enable/Disable error reporting
810

911
## Usage
1012
### Routes
@@ -46,8 +48,13 @@ class User extends BaseController
4648
```
4749

4850
## Installation
51+
Via Git
4952
```console
50-
53+
git clone https://github.com/grephq/php-router.git
54+
```
55+
Via Composer
56+
```console
57+
composer create-project grephq/php-router
5158
```
5259

5360
## Docs

0 commit comments

Comments
 (0)