Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remigermain authored Oct 26, 2021
1 parent 256c482 commit a62d535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ For this to work perfectly, you must follow the following rules:
# Separators:
# with bracket: article[title][authors][0]: "jhon doe"
# with dot: article.title.authors.0: "jhon doe"
# with mixed: article.title.authors[0]: "jhon doe"
'separator': 'bracket' or 'dot' or 'mixed', # default is bracket


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

## License

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

0 comments on commit a62d535

Please sign in to comment.