Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev authored Apr 11, 2024
1 parent 23399b3 commit a9a3bef
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 @@ -165,7 +165,7 @@ LaravelStub::from(__DIR__ . 'model.stub')
<a name="move-stub"></a>
### `moveStub`

By default, `Laravel Stub` create a copy from your stub file and move it to destination path.If you may to move the current stub file, you can use `moveStub` method:
By default, `Laravel Stub` creates a copy from your stub file and moves it to the destination path. If you want to move the current stub file, you can use the `moveStub` method:

```php
LaravelStub::from(__DIR__ . 'model.stub')
Expand All @@ -179,7 +179,7 @@ LaravelStub::from(__DIR__ . 'model.stub')
->moveStub();
```

After run this code, the `model.stub` didn't exists.
After running this code, the `model.stub` didn't exist.

<a name="download"></a>
### `download`
Expand Down

0 comments on commit a9a3bef

Please sign in to comment.