Skip to content

Commit a36346d

Browse files
committed
Issue #34: Fixed package installation command
Signed-off-by: alexmerlin <[email protected]>
1 parent 2bfc43f commit a36346d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Documentation is available at: https://docs.dotkernel.org/dot-maker/.
2525
Run the following command in your terminal:
2626

2727
```shell
28-
composer require-dev dotkernel/dot-maker
28+
composer require --dev dotkernel/dot-maker
2929
```
3030

3131
## Setup

docs/book/v1/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Install `dotkernel/dot-maker` by executing the following Composer command:
44

55
```shell
6-
composer require-dev dotkernel/dot-maker
6+
composer require --dev dotkernel/dot-maker
77
```

0 commit comments

Comments
 (0)