Skip to content

Commit 9ef9737

Browse files
committedDec 16, 2023
readme updated
1 parent ccb773d commit 9ef9737

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ composer require initphp/console
1414
## Usage
1515

1616
```php
17-
#!usr/bin/php
17+
#!/usr/bin/env php
18+
<?php
1819
require_once __DIR__ . '/../vendor/autoload.php';
1920
use \InitPHP\Console\{Application, Input, Output};
2021

@@ -37,6 +38,10 @@ $console->register('hello', function (Input $input, Output $output) {
3738
$console->run();
3839
```
3940

41+
```
42+
php console.php list
43+
```
44+
4045
## Credits
4146

4247
- [Muhammet ŞAFAK](https://www.muhammetsafak.com.tr) <<info@muhammetsafak.com.tr>>

0 commit comments

Comments
 (0)
Please sign in to comment.