Skip to content

Commit

Permalink
drop $ so gitclip works
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Oct 10, 2023
1 parent 504ee11 commit c1f3e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The simple following command will install `knp-menu` into your project. It also
entry in your `composer.json` and update the `composer.lock` as well.

```bash
$ composer require knplabs/knp-menu
composer require knplabs/knp-menu
```

> KnpMenu follows the PSR-4 convention names for its classes, which means you can easily integrate `knp-menu` classes loading in your own autoloader.
Expand Down

0 comments on commit c1f3e98

Please sign in to comment.