1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-03-22 07:21:19 -07:00
parent b204c423c1
commit b3b140066b
2 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@ For example:
│ │ │ │
╘══════════╧═════════╧════════╛
Cells with multiple lines within rows will be joined with a new-line
Cells with multiple lines within rows will be joined with a newline
character ('\n').
Headers (keys) are converted to snake case and newlines between multi-line
Headers (keys) are converted to snake-case and newlines between multi-line
headers are joined with an underscore. All values are returned as strings.
Usage (cli):

View File

@ -17,10 +17,10 @@ For example:
│ │ │ │
╘══════════╧═════════╧════════╛
Cells with multiple lines within rows will be joined with a new-line
Cells with multiple lines within rows will be joined with a newline
character ('\n').
Headers (keys) are converted to snake case and newlines between multi-line
Headers (keys) are converted to snake-case and newlines between multi-line
headers are joined with an underscore. All values are returned as strings.
Usage (cli):