From 0a4e19e313de79f0e2a839ebcc64acb9ae65abb7 Mon Sep 17 00:00:00 2001 From: Ly Date: Mon, 1 May 2023 09:32:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d019010..9e78327 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Symfony DTO Bundle ![Code Coverage](https://camo.githubusercontent.com/ffe54b3b9a48d4d6bd374e2630b48e088c99858500db95ebed37184e8c1a6a3b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6465253230436f7665726167652d38342532352d737563636573733f7374796c653d666c6174) -![Packagist Downloads](https://img.shields.io/packagist/dt/dualmedia/symfony-request-dto-bundle) +[![Packagist Downloads](https://img.shields.io/packagist/dt/dualmedia/symfony-request-dto-bundle)](https://packagist.org/packages/dualmedia/symfony-request-dto-bundle) This bundle aims to lower the burden of typechecking, casting, loading entities and related annoyances of using requests in your api.