From 5a55b489f9f368ac1a9a861f3dad91aa587e9470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wr=C3=B3blewski?= Date: Mon, 18 Nov 2024 09:52:08 +0100 Subject: [PATCH] Fix invalid composer require command in installation docs --- docs/src/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/installation.md b/docs/src/docs/installation.md index 7af19c4c..79fbbec2 100644 --- a/docs/src/docs/installation.md +++ b/docs/src/docs/installation.md @@ -18,7 +18,7 @@ This bundle can be installed at any moment during a project’s lifecycle. Use [Composer](https://getcomposer.org/) to install the bundle: ```shell-vue -composer require kreyu/data-table-bundle {{ version }} +composer require kreyu/data-table-bundle:"{{ version }}" ``` ::: danger This bundle is not production ready!