From 72f5ad9eb8163af55137ee9f4cb788efd798fd9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 29 Jun 2021 16:30:30 +0200 Subject: [PATCH] fix issues readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d590894..0353f3b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + MiniJSON ======== [](https://travis-ci.com/Dronehub/minijson) @@ -10,14 +11,16 @@ MiniJSON MiniJSON is a codec for a compact binary representation of JSON. + Usage ----- Refer to the [documentation](http://minijson.readthedocs.io/en/latest/?badge=latest) for use. -If there are no binary wheels precompiled for this platform, you will need to compile it yourself. -Alternatively, you can +If there are no binary wheels precompiled for this platform, you will need to +compile it yourself. +Alternatively, you can [file an issue](https://github.com/Dronehub/minijson/issues/new) and I'll do my best to compile a wheel for you. -- GitLab