From 09bcf22e90f420e8506eb6b88274a22775e389be Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Wed, 14 Apr 2021 09:07:32 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index d7e0ec3..0b2f1fb 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,6 @@ jsonparser.EachKey(data, func(idx int, value []byte, vt jsonparser.ValueType, er // For more information see docs below ``` -## Need to speedup your app? - -I'm available for consulting and can help you push your app performance to the limits. Ping me at: leonsbox@gmail.com. - ## Reference Library API is really simple. You just need the `Get` method to perform any operation. The rest is just helpers around it.