From 8d583e9765b9e78bc81897f8b98feb734ddd4937 Mon Sep 17 00:00:00 2001 From: Filip Halaxa Date: Sun, 19 Nov 2023 13:39:04 +0100 Subject: [PATCH] README heading --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a42cca..bd288ee 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ - - -(README in sync with the code) +# JSON Machine Very easy to use and memory efficient drop-in replacement for inefficient iteration of big JSON files or streams -for PHP >=7.0. See [TL;DR](#tl-dr). No dependencies in production except optional `ext-json`. +for PHP >=7.0. See [TL;DR](#tl-dr). No dependencies in production except optional `ext-json`. README in sync with the code [![Build Status](https://github.com/halaxa/json-machine/actions/workflows/makefile.yml/badge.svg)](https://github.com/halaxa/json-machine/actions) [![codecov](https://img.shields.io/codecov/c/gh/halaxa/json-machine?label=phpunit%20%40covers)](https://codecov.io/gh/halaxa/json-machine)