Skip to content

Commit aa2e5b8

Browse files
committed
Update README.md
Update docs
1 parent fc6f715 commit aa2e5b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,8 @@ for ($i = 0; $i < 10; $i++) {
322322
sleep(1);
323323
}
324324
```
325+
326+
Also we can customizing loader through setting display char sequence by method `setCharSequence`:
327+
```php
328+
$loader->setCharSequence(array('.', '..', '...'));
329+
```

0 commit comments

Comments
 (0)