Skip to content

Commit

Permalink
- update readme for a beter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jecovier committed May 23, 2021
1 parent 8226ff8 commit 58bb805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ composer require jecovier/laravel-inertia-route

## Usage

## Single component
### Single component

```php
/**
Expand Down Expand Up @@ -63,7 +63,7 @@ InertiaRoute::delete('folder/component');
InertiaRoute::patch('folder/component');
```

## Bind folder
### Bind folder

Bind all components inside a folder:

Expand Down

0 comments on commit 58bb805

Please sign in to comment.