Skip to content

Commit 34a2db1

Browse files
authored
Merge pull request #666 from dejagersh/patch-1
Remove `$` prefix from install command
2 parents e85f4a9 + 1244138 commit 34a2db1

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)