Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Apr 15, 2015
1 parent 492bf3c commit 7783ab1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CLI Table Output for PHP
================================================

![Example](example.png)

- Nice table output of data rows
- Columns adjust to data size
- Data manipulators for fields, formats raw data to a nice display output
Expand Down Expand Up @@ -91,4 +93,4 @@ $table->addField('Last Seen', 'lastSeenTime', new CliTableManipulator('nicetime
$table->addField('Expires', 'expires', new CliTableManipulator('duetime'), 'green');
$table->injectData($data);
$table->display();
```
```

0 comments on commit 7783ab1

Please sign in to comment.