Skip to content

Commit

Permalink
Fix invalid composer require command in installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu authored Nov 18, 2024
1 parent 4763ee5 commit 5a55b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 5a55b48

Please sign in to comment.