Skip to content

Commit ecf85f6

Browse files
authored
Update README.md
1 parent 2e0d5ca commit ecf85f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The content of the field header is cut off at the beginning and end of the strin
179179
Use the method *trimHeaderFieldWhiteSpace(true)* to remove the whitespaces in an header field (E.g. " Last Name " -> "LastName"):
180180

181181
```js
182-
csvToJson.rimHeaderFieldWhiteSpace(true)
182+
csvToJson.trimHeaderFieldWhiteSpace(true)
183183
.getJsonFromCsv(fileInputName);
184184
```
185185

@@ -352,4 +352,4 @@ CSVtoJSON is licensed under the GNU General Public License v3.0 [License](LICENS
352352
## Buy me a Coffee
353353
Just if you want to support this repository:
354354
* **BTC** tip address:
355-
37vdjQhbaR7k7XzhMKWzMcnqUxfw1njBNk
355+
37vdjQhbaR7k7XzhMKWzMcnqUxfw1njBNk

0 commit comments

Comments
 (0)