Skip to content

Commit 7022de5

Browse files
committed
update Readme
1 parent df5a0af commit 7022de5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ For this working perfectly you need to follow this rules:
102102
- each sub key need to be seperate by brackets `[ ]` or dot `.` (depends of your options)
103103
- if sub key are a full number, is converted to list *ex:* `[0]` or `[42]`
104104
- if sub key is Not a number is converted to dictionary *ex:* `[username]` or `[article]`
105+
- no space between separator
105106
- by default,the duplicate keys can't be set (see options to override that)
106107
ex:
107108

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
setuptools.setup(
3030
name="nested-multipart-parser",
3131
version=version,
32-
author="Example Author",
32+
author="rgermain",
3333
license='MIT',
3434
author_email='[email protected]',
3535
description="A parser for nested data in multipart form",

0 commit comments

Comments
 (0)