Skip to content

Commit

Permalink
fixed type (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
hareom284 authored Sep 27, 2024
1 parent bbd00fe commit 4cef360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ Then, add these lines to the composer.json of the **Laravel skeleton application
}
```

Afterwards, install the Aimeos shop package using
Afterward, install the Aimeos shop package using

`php composer update -W`
`composer update -W`

In the last step you must now execute these artisan commands to get a working
In the last step, you must now execute these artisan commands to get a working
or updated Aimeos installation:

```bash
Expand Down

0 comments on commit 4cef360

Please sign in to comment.