Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soybean15 authored Aug 11, 2022
1 parent 361ec11 commit 87526c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ list.display();
```java
String[] header = {"Id", "Product Name", "Quantity", "Price"};

CTable table = new CTable(header);//can also add 2d array/list on parameter
CTable table = new CTable(header);//can also add 2d array/list on argument ex: new CTable(your2dArrayOrList, Header);
table.useBoxSet();
table.hasSeparator(true);

Expand Down

0 comments on commit 87526c2

Please sign in to comment.