Skip to content

Commit

Permalink
minor: remove $ (#43)
Browse files Browse the repository at this point in the history
missed one in the last PR
  • Loading branch information
tacman committed Apr 1, 2024
1 parent edbd540 commit 6681bad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ bin/console doctrine:schema:update --force
```

3. Update your schema (or use a migration):

$ bin/console doctrine:schema:update --force
```bash
bin/console doctrine:schema:update --force
```

## Form Type

Expand Down

0 comments on commit 6681bad

Please sign in to comment.