Skip to content

Commit c9b5b6b

Browse files
committed
update readme
1 parent 8d9239a commit c9b5b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ const options: IModuleTranslationOptions = {
272272

273273
## Custom file parser
274274

275-
You can provide a custom file parser, this parser kicks in after retrieving the file from the server in text format. This allows you to use JSON5 or XML instead of the default JSON format.
275+
You can provide a custom file parser, this parser kicks in after retrieving the file from the server in text format. This allows you to use JSON5 or any other format instead of the default JSON format.
276276

277277
```ts
278278
const options: IModuleTranslationOptions = {

0 commit comments

Comments
 (0)