Skip to content

Commit 3211819

Browse files
committed
changes pushed in readme for prettier topline
1 parent 8297e91 commit 3211819

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ pt.print();
2828
This gives you the following table on console.
2929

3030
```
31-
+-------------------------------+
31+
+-----------+-----+-------------+
3232
| name | age | city |
33-
+-------------------------------+
33+
+-----------+-----+-------------+
3434
| john | 22 | new york |
3535
| elizabeth | 43 | chicago |
3636
| bill | 31 | atlanta |
3737
| mary | 18 | los angeles |
38-
+-------------------------------+
38+
+-----------+-----+-------------+
3939
```
4040

4141
Alternatively, it is possible to add table headers separately and then add rows one by one.

0 commit comments

Comments
 (0)