Skip to content

Commit 1244138

Browse files
authored
Remove $ prefix from install command
1 parent e85f4a9 commit 1244138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Install the Clockwork library via [Composer](https://getcomposer.org/).
4242

4343
```
44-
$ composer require itsgoingd/clockwork
44+
composer require itsgoingd/clockwork
4545
```
4646

4747
Congratulations, you are done! To enable more features like commands or queue jobs profiling, publish the configuration file via the `vendor:publish` Artisan command.

0 commit comments

Comments
 (0)