From 15b368c1e1a1711fc2d351ea382d87866de507c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 16 Apr 2023 09:25:09 +0200 Subject: [PATCH] Fix upside down badges in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abdeac8..88c83bf 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ -Maps JSON data to strongly typed PHP DTOs. - [![Build Status](https://github.com/brick/json-mapper/workflows/CI/badge.svg)](https://github.com/brick/json-mapper/actions) [![Coverage Status](https://coveralls.io/repos/github/brick/json-mapper/badge.svg?branch=main)](https://coveralls.io/github/brick/json-mapper?branch=main) [![Latest Stable Version](https://poser.pugx.org/brick/json-mapper/v/stable)](https://packagist.org/packages/brick/json-mapper) [![Total Downloads](https://poser.pugx.org/brick/json-mapper/downloads)](https://packagist.org/packages/brick/json-mapper) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT) +Maps JSON data to strongly typed PHP DTOs. + ## Introduction This library provides an easy-to-use, secure, and powerful way to map JSON data to strongly typed PHP objects.