From 012cb142aebee8c3b18ddd2e4ce8d0d415f68979 Mon Sep 17 00:00:00 2001 From: fluffy <75144743+fluffeliger@users.noreply.github.com> Date: Fri, 3 Mar 2023 20:08:00 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d11f7c..628223c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ After this we can staaaarrrrtttttt :D The import should look something like this ```py -from TableAPI.tableapi import Table +from TableAPI import Table ``` To write a simple Table, create a table object with the columns and a simple row: From 02b9363b66dd273707f7b433a142cf6509aff7e7 Mon Sep 17 00:00:00 2001 From: fluffy <75144743+fluffeliger@users.noreply.github.com> Date: Fri, 3 Mar 2023 20:40:58 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 628223c..e58a864 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,14 @@ print(table.build()) # Table#Build() will return the table as a string Here you go ;)