From 8fb0447dde1c6d1481f7b2ab48d9ab439599bec1 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 3 Mar 2021 22:19:59 +0000 Subject: [PATCH] (#31) Center-align header and shields --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 955795f..9cad93a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +

+ # X10D - Extension methods on crack *Simplifying development, one method at a time.* @@ -8,6 +10,8 @@ [![Nuget](https://img.shields.io/nuget/v/X10D?style=for-the-badge)](https://www.nuget.org/packages/X10D/) [![GitHub](https://img.shields.io/github/license/oliverbooth/X10D?style=for-the-badge)](https://github.com/oliverbooth/X10D/blob/master/LICENSE.md) +

+ ### About X10D (pronounced *extend*), is a class library that provides extension methods for numerous .NET types. The purpose of this library is to simplify a codebase by reducing the need for repeated code when performing common operations. Simplify your codebase. Take advantage of .NET. Use extension methods.