Skip to content

Commit

Permalink
Fix instruction installation template README.md. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Aug 2, 2022
1 parent 271bf11 commit dc68304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The package is a console application that can be used to perform common tasks in
The package could be installed with composer:

```shell
composer require yiisoft/app-console --prefer-dist
composer create-project --prefer-dist --stability=dev yiisoft/app-console <your project>
```

## General usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yiisoft/app-console",
"type": "library",
"type": "project",
"description": "Template for console application",
"keywords": [
"yii",
Expand Down

0 comments on commit dc68304

Please sign in to comment.