Skip to content

Commit 378ded6

Browse files
committed
readme edited
1 parent 5d0f327 commit 378ded6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jsonfromtable(options, headers).then(data => {
2626
})
2727
```
2828

29-
`jsonfromtable` function takes two arguments `options` and `headers.
29+
`jsonfromtable` function takes two arguments `options` and `headers`.
3030

3131
## Options
3232

@@ -66,9 +66,9 @@ options = {
6666

6767
## Headers
6868

69-
If the table already has `<th>` tag then you don't need to worry about headers.
69+
If the table already has `<th>` tags then you don't need to worry about headers.
7070

71-
If the table doesn't have `<th>` tag then you need to pass headers on your own. Make sure no of items in headers in equal to the no of columns of table.
71+
If the table doesn't have `<th>` tags then you need to pass headers on your own. Make sure no of items in headers in equal to the no of columns of table.
7272

7373
```js
7474
headers = ['header1', 'header2', 'header3']
@@ -78,4 +78,4 @@ If your table has `<th>` tags as headers but you want to pass your own header th
7878

7979
## License
8080

81-
MIT
81+
**MIT**

0 commit comments

Comments
 (0)