From b14211ed8cb78522e591c8c209701d1ab5f5b84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Fri, 5 Apr 2024 11:05:15 +0200 Subject: [PATCH] docs fixed --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6583f8..77a0f94 100644 --- a/README.md +++ b/README.md @@ -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 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: ```python @@ -39,4 +38,11 @@ minijson is sent by the client, it will be recognized as well. 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. -- GitLab