We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8297e91 commit 3211819Copy full SHA for 3211819
1 file changed
README.md
@@ -28,14 +28,14 @@ pt.print();
28
This gives you the following table on console.
29
30
```
31
-+-------------------------------+
++-----------+-----+-------------+
32
| name | age | city |
33
34
| john | 22 | new york |
35
| elizabeth | 43 | chicago |
36
| bill | 31 | atlanta |
37
| mary | 18 | los angeles |
38
39
40
41
Alternatively, it is possible to add table headers separately and then add rows one by one.
0 commit comments