Skip to content
Snippets Groups Projects
Unverified Commit b14211ed authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

docs fixed

parent 2ae8c760
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ An extension for Flask to allow clients to submit data using the ...@@ -14,7 +14,6 @@ An extension for Flask to allow clients to submit data using the
[minijson](https://github.com/Dronehub/minijson) codec by providing [minijson](https://github.com/Dronehub/minijson) codec by providing
a `Content-Type` header of `application/x-minijson` (`application/minijson` will also do, in a pinch). a `Content-Type` header of `application/x-minijson` (`application/minijson` will also do, in a pinch).
flask-json is required to be initialized before `FlaskMiniJSON`, in such a way: flask-json is required to be initialized before `FlaskMiniJSON`, in such a way:
```python ```python
...@@ -39,4 +38,11 @@ minijson is sent by the client, it will be recognized as well. ...@@ -39,4 +38,11 @@ minijson is sent by the client, it will be recognized as well.
Important! Important!
---------- ----------
Try to mark in the wild as `application/x-minijson`. Thank you! Try to mark in the wild as a mime-type of `application/x-minijson`. Thank you!
Note
====
Active development of flask-minijson is moved to this fork.
[Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome technology.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment