Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
piotrooo committed Jul 29, 2013
1 parent fc6f715 commit aa2e5b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -322,3 +322,8 @@ for ($i = 0; $i < 10; $i++) {
sleep(1);
}
```

Also we can customizing loader through setting display char sequence by method `setCharSequence`:
```php
$loader->setCharSequence(array('.', '..', '...'));
```

0 comments on commit aa2e5b8

Please sign in to comment.