Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammetsafak committed Dec 16, 2023
1 parent ccb773d commit 9ef9737
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ composer require initphp/console
## Usage

```php
#!usr/bin/php
#!/usr/bin/env php
<?php
require_once __DIR__ . '/../vendor/autoload.php';
use \InitPHP\Console\{Application, Input, Output};

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

```
php console.php list
```

## Credits

- [Muhammet ŞAFAK](https://www.muhammetsafak.com.tr) <<[email protected]>>
Expand Down

0 comments on commit 9ef9737

Please sign in to comment.