Skip to content

Commit 37f605d

Browse files
authored
remove $ so cut-and-paste works
I use the little gitclip widget to install bundles, but it leaves the $ on now. This fixes that.
1 parent 3aac011 commit 37f605d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Installation
1111
EasyAdmin 4 requires PHP 8.0.2 or higher and Symfony 5.4 or higher. Run the
1212
following command to install it in your application:
1313

14-
```
15-
$ composer require easycorp/easyadmin-bundle
14+
```bash
15+
composer require easycorp/easyadmin-bundle
1616
```
1717

1818
Documentation

0 commit comments

Comments
 (0)