Skip to content

Commit 0ff545b

Browse files
committed
Adding NPM badge
1 parent 703cd5b commit 0ff545b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# nodeStringTable
2+
3+
[![NPM](https://nodei.co/npm/nodestringtable.png?compact=true)](https://nodei.co/npm/nodestringtable/)
4+
25
A fork of the [`console.table`](https://nodejs.org/api/console.html#console_console_table_tabulardata_properties) and `cli_table.js` NodeJS source code which returns Strings, and works in web browsers.
36

47
This module works almost exactly like the NodeJS [`console.table`](https://nodejs.org/api/console.html#console_console_table_tabulardata_properties), with the main difference being that it returns a string rather than logging it to the console.

0 commit comments

Comments
 (0)