From d439deb1ae30981ecf4ff125ede687f644f401ba Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Fri, 28 Aug 2026 19:13:48 -0400 Subject: [PATCH] Put the logo beside the README title instead of floating right MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mark sits inline in the h1, left of the name, at 48px — the standard GitHub pattern. The alt is empty on purpose: the title text follows immediately, so the image is decorative. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_011ysVAfsbKMfGBaAkWvuRTf --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c56509..8597dce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# DependencyModules - -DependencyModules logo: a letter D assembled from four modules +# DependencyModules [![NuGet](https://img.shields.io/nuget/v/DependencyModules.Runtime.svg)](https://www.nuget.org/packages/DependencyModules.Runtime/) [![build](https://github.com/ipjohnson/DependencyModules/actions/workflows/build-package.yaml/badge.svg)](https://github.com/ipjohnson/DependencyModules/actions/workflows/build-package.yaml)