Skip to content

Commit

Permalink
Fix typos in README (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
haglobah committed Jun 7, 2024
1 parent 2575853 commit 869c80e
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 @@ -34,7 +34,7 @@ git clone git@github.com:deck9/input.git
Copy the `.env.dev.example` file to `.env` - the contents for the file should, in most cases, work out of the box. You may later generate and set the `APP_KEY` with the `sail artisan key:generate` command.

```bash
cp .env.example .env
cp .env.dev.example .env
```

### Running
Expand Down Expand Up @@ -69,7 +69,7 @@ With the alias, you can quickly perform tasks on the App Docker Container:
```bash
sail up -d # start container
sail artisan tinker # use laravel artisan commands
sail artisan db:migrate # run database migrations
sail artisan migrate # run database migrations
sail artisan test # run phpunit
sail composer {args} # use composer
```
Expand Down

0 comments on commit 869c80e

Please sign in to comment.