summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/table/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/table/README.md')
-rw-r--r--tools/node_modules/eslint/node_modules/table/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/node_modules/eslint/node_modules/table/README.md b/tools/node_modules/eslint/node_modules/table/README.md
index b3942042c1..a0ec411a6d 100644
--- a/tools/node_modules/eslint/node_modules/table/README.md
+++ b/tools/node_modules/eslint/node_modules/table/README.md
@@ -56,9 +56,8 @@ npm install table
Table data is described using an array (rows) of array (cells).
```js
-import {
- table
-} from 'table';
+import tableImport from 'table';
+const { table } = tableImport;
// Using commonjs?
// const {table} = require('table');
@@ -488,7 +487,7 @@ table(data, config);
| 2A | 2B | 2C |
+----+----+----+
-# void (no borders; see "bordless table" section of the documentation)
+# void (no borders; see "borderless table" section of the documentation)
0A 0B 0C