mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
(#31) Center-align header and shields
This commit is contained in:
parent
732e29b1c5
commit
8fb0447dde
@ -1,3 +1,5 @@
|
|||||||
|
<p align="center">
|
||||||
|
|
||||||
# X10D - Extension methods on crack
|
# X10D - Extension methods on crack
|
||||||
|
|
||||||
*Simplifying development, one method at a time.*
|
*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/)
|
[![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)
|
[![GitHub](https://img.shields.io/github/license/oliverbooth/X10D?style=for-the-badge)](https://github.com/oliverbooth/X10D/blob/master/LICENSE.md)
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
### About
|
### 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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user