From 0b0a0088cd86e3a893b07f02a1a139faab309800 Mon Sep 17 00:00:00 2001 From: Maxime Huran Date: Tue, 2 Jul 2024 11:33:00 +0200 Subject: [PATCH] Correct composer command syntax in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eced54..4d8166a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This plugins allows you to manage your menus. If you want to use our recipes, you can configure your composer.json by running: -```json +```bash composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]' ```