Skip to content

Commit

Permalink
fix typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Nov 2, 2022
1 parent d5637db commit 41b249e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ In a service provider, in the boot method, you can use ```QuickCreate::getResour
];
});
});

```

## Disable sorting

### Using the Facade
Expand All @@ -57,12 +57,11 @@ In a service provider, in the boot method, you can use ```QuickCreate::getResour
Filament::serving(function(){
QuickCreate::sort(false);
});

```

### Or in the config file

you can disable sorting like so
You can disable sorting like so

```php
'exclude' => [
Expand Down

0 comments on commit 41b249e

Please sign in to comment.