Skip to content

Commit 6ffdcea

Browse files
committed
Fix composer install script markup in README
1 parent e5dceb6 commit 6ffdcea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ php mozart.phar compose
4040
### Composer
4141
Install through Composer, only required in development environments:
4242

43-
`composer require coenjacobs/mozart --dev`
43+
```
44+
composer require coenjacobs/mozart --dev
45+
```
4446

4547
This gives you a bin file named `mozart` inside your `vendor/bin` directory, after loading the whole package inside your project. Try running `vendor/bin/mozart` to verify it works.
4648

0 commit comments

Comments
 (0)