From 82ad1528128838040c77a62734400ee580cd1824 Mon Sep 17 00:00:00 2001 From: ysandler Date: Sat, 27 Jun 2020 21:04:06 -0500 Subject: [PATCH] nodule methods setTables instead of importTables --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc8b237..a9333be 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Your data will be passed in as the rows property as an object. It is besed to pa asTable() // return the Nodule as an instance of a new Table - importTables(new Table({ + setTables(new Table({ id: 'XYZ', label: 'Test Table', rows: [{ id: 'abc', data: 'row' }]