From 5d02b101f703f2b9ee78ffee731197ce0dcd72ae Mon Sep 17 00:00:00 2001 From: Jamie Pollock Date: Fri, 12 Jan 2024 17:43:27 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e27246..4705f23 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rhythm.drop.umbraco +# rhythm.drop.umbraco [![Publish to NuGet](https://github.com/rhythmagency/rhythm.drop.umbraco/actions/workflows/Publish-to-NuGet.yml/badge.svg)](https://github.com/rhythmagency/rhythm.drop.umbraco/actions/workflows/Publish-to-NuGet.yml) [![NuGet](https://img.shields.io/nuget/v/Rhythm.Drop.Umbraco?logo=nuget)](https://www.nuget.org/packages/Rhythm.Drop.Umbraco) Rhythm.Drop functionality for Umbraco CMS. @@ -39,4 +39,4 @@ builder dropBuilder.SetComponentMetaDataFactory() .SetDropImageTagHelperRenderer(); }); -``` \ No newline at end of file +```