From 18962801dec9528145fe8acfb43736b46372fe03 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Sun, 31 Dec 2023 15:09:26 -0600 Subject: [PATCH] remove $ so cut and paste works --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8af5072..2775378 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Translation bundle for [ApiPlatform](https://api-platform.com/) based on [Sylius Installation: ------------- -``` -$ composer require locastic/api-platform-translation-bundle +```bash +composer require locastic/api-platform-translation-bundle ``` Implementation: