Skip to content

Commit ea88d5a

Browse files
authored
Update README.md
1 parent 0ab74ae commit ea88d5a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ Add dictionary from file. Same as `addDictionaryFromString`, but you specify a p
8383

8484
#### process(langs, mode, input)
8585
Main async function. Accepts:
86-
**langs**: a string of comma-separated languages, or array of language strings, or 'AUTO' keyword, or undefined/null
86+
##### langs
87+
a string of comma-separated languages, or array of language strings, or 'AUTO' keyword, or undefined/null
8788
```
8889
'DE'
8990
'DE,GB'
@@ -92,8 +93,10 @@ Main async function. Accepts:
9293
```
9394

9495
Null/undefined parameter or 'AUTO' keyword will launch function in language detect mode
95-
**mode** one of supported format modes. Currently supported are 'text', 'html', 'csv'. Must be explicitly one of those
96-
**input** utf8 text string with data needed to anonimize
96+
##### mode
97+
one of supported format modes. Currently supported are 'text', 'html', 'csv'. Must be explicitly one of those
98+
##### input
99+
utf8 text string with data needed to anonimize
97100

98101
This function returns a promise, which either gives anonimized string or is rejected with error
99102

0 commit comments

Comments
 (0)