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!