Skip to content

Commit a62d535

Browse files
authored
Update README.md
1 parent 256c482 commit a62d535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ For this to work perfectly, you must follow the following rules:
169169
# Separators:
170170
# with bracket: article[title][authors][0]: "jhon doe"
171171
# with dot: article.title.authors.0: "jhon doe"
172+
# with mixed: article.title.authors[0]: "jhon doe"
172173
'separator': 'bracket' or 'dot' or 'mixed', # default is bracket
173174

174175

@@ -217,4 +218,4 @@ You can use this [multipart-object](https://github.com/remigermain/multipart-obj
217218

218219
## License
219220

220-
[MIT](https://github.com/remigermain/multipart-object/blob/main/LICENSE)
221+
[MIT](https://github.com/remigermain/multipart-object/blob/main/LICENSE)

0 commit comments

Comments
 (0)