Skip to content

Commit 4ec2f5b

Browse files
committed
up readme
1 parent 1899b2a commit 4ec2f5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Provide some useful utils for the php CLI.
1919
composer require toolkit/cli-utils
2020
```
2121

22-
## Parse cli arguments and options
22+
## Parse CLI arguments and options
2323

2424
```php
2525
use Toolkit\Cli\Flags;
@@ -44,7 +44,7 @@ $app = new App([
4444
]);
4545
```
4646

47-
### register commands
47+
### Register commands
4848

4949
Use closure:
5050

@@ -146,7 +146,7 @@ echo Color::render('hello world', 'success');
146146

147147
![colors](example/terminal-color.png)
148148

149-
## Cli downloader
149+
## CLI downloader
150150

151151
```php
152152
use Toolkit\Cli\Download;
@@ -158,7 +158,7 @@ $down = Download::file($url, '');
158158
$down->start();
159159
```
160160

161-
### progress bar output:
161+
### Progress bar output:
162162

163163
```text
164164
Connected...
@@ -170,7 +170,7 @@ Mime-type: application/octet-stream
170170
[========================================> ] 40% (3076/7590 kb)
171171
```
172172

173-
### progress text output:
173+
### Progress text output:
174174

175175
```text
176176
Download: http://no2.php.net/distributions/php-7.2.5.tar.bz2

0 commit comments

Comments
 (0)