From 19b4b1c187722e242040a7fad256a9cedd61e239 Mon Sep 17 00:00:00 2001 From: Salvatore Date: Thu, 7 Nov 2024 01:19:38 +0100 Subject: [PATCH] Update README.md removed unnecessary heading --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a454429..070b3d2 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ PHP Fast JSON Patch This documentation covers the `FastJsonPatch` PHP class, designed to apply a series of JSON Patch operations as specified in [RFC 6902](https://datatracker.ietf.org/doc/html/rfc6902). \ JSON Patch is a format for describing changes to a JSON document. -### Why "Fast" ? - Fast JSON Patch is the fastest fully RFC compliance package available, you can find compliance test and benchmark results [here](https://github.com/blancks/php-jsonpatch-benchmarks). ## Installation via Composer