Skip to content

Commit

Permalink
Merge pull request #32 from justRau/patch-1
Browse files Browse the repository at this point in the history
Fix two typos
  • Loading branch information
ousid authored Dec 19, 2023
2 parents a6984cb + 37ee9ef commit 71deaf2
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 @@ -84,7 +84,7 @@ class User extends Authenticatable implements CanPresent
This package gives you an easy way to generate new `Presenter` class, all you need to do is to use `presenter:make` command.

```bash
php artisan presenter:make UserPresneter
php artisan presenter:make UserPresenter
```

`UserPresenter` in our case, leaves by default in `App\Presenters`.
Expand All @@ -111,7 +111,7 @@ If you want to change the directory, you have two options.
First options is to set the full namespace while you're creating the presenter class

```bash
php artisna presneter:make App\Models\Presenter\UserPresenter
php artisna presenter:make App\Models\Presenter\UserPresenter
```

Or change `presenter_namespace` from `config/laravel-presenter` file.
Expand Down

0 comments on commit 71deaf2

Please sign in to comment.