Skip to content

Commit 8af77a7

Browse files
authored
Update README.md
1 parent 7022de5 commit 8af77a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ pip install nested-multipart-parser
1313

1414
# How to use it
1515

16-
### Any python project
17-
1816
```python
1917
from nested_multipart_parser import NestedParser
2018

@@ -233,10 +231,8 @@ For this working perfectly you need to follow this rules:
233231
```
234232

235233
## Options with django rest framwork
236-
237-
In your settings.py, add "DRF_NESTED_MULTIPART_PARSER"
238-
239234
```python
235+
240236
# settings.py
241237
...
242238

@@ -250,4 +246,8 @@ DRF_NESTED_MULTIPART_PARSER = {
250246

251247
## Javscript integration
252248

253-
You can use this [multipart-object](https://github.com/remigermain/multipart-object) library to easy convert object to flat nested object formated for this library
249+
You can use this [multipart-object](https://github.com/remigermain/multipart-object) library to easy convert object to flat nested object formated for this library
250+
251+
## License
252+
253+
[MIT](https://github.com/remigermain/multipart-object/blob/main/LICENSE)

0 commit comments

Comments
 (0)