From 6681bada9122eb4b9b9476116009768265986f2c Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 1 Apr 2024 08:09:59 -0400 Subject: [PATCH] minor: remove $ (#43) missed one in the last PR --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c85bc6a..b95a0fa 100644 --- a/README.md +++ b/README.md @@ -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