Skip to content

Commit

Permalink
Added the github test badge to the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
blancks committed Aug 22, 2024
1 parent 956f4f4 commit e13d8a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
PHP Fast JSON Patch
=====================

![Test](https://github.com/blancks/fast-jsonpatch-php/workflows/Test/badge.svg)

FastJsonPatch is designed to handle JSON Patch operations in accordance with the [RFC 6902](http://tools.ietf.org/html/rfc6902) specification.

JSON Patch is a format for expressing a sequence of operations to be applied to a JSON document. This class provides methods to parse, validate, and apply these operations, allowing you to modify JSON objects or arrays programmatically.
Expand Down

0 comments on commit e13d8a4

Please sign in to comment.