Skip to content

Commit

Permalink
fix: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kolebynov committed Sep 13, 2024
1 parent e59b704 commit f854975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NuGet](https://img.shields.io/nuget/v/Dusharp)](https://www.nuget.org/packages/Dusharp/)

**Dusharp** is a C# source generator for creating **discriminated unions**. This library allows you to define union types with ease, using attributes and partial methods. It is inspired by functional languages but built for C# developers.
**Dusharp** is a C# source generator library for creating **discriminated unions**. This library allows you to define union types with ease, using attributes and partial methods. It is inspired by functional languages but built for C# developers.

## Features

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<head>
<title>Dusharp - C# Source Generator for Discriminated Unions</title>
<meta name="description"
content="Dusharp is a C# source generator for creating discriminated unions. This library allows you to define union types with ease, using attributes and partial methods. It is inspired by functional languages but built for C# developers.">
content="Dusharp is a C# source generator library for creating discriminated unions. This library allows you to define union types with ease, using attributes and partial methods. It is inspired by functional languages but built for C# developers.">
<meta name="keywords"
content="C#, source generator, discriminated unions, union types, functional programming, union">
content="C#, source generator, discriminated unions, union types, functional programming, union, library, discriminated union">
<meta name="google-site-verification" content="bGt_LBxaYwMZ-BNDHNtD3Hqxdv2RVkqGc033FxG6C5c" />
</head>

Expand All @@ -15,7 +15,7 @@ <h1 id="dusharp">Dusharp</h1>
<p><a href="https://www.nuget.org/packages/Dusharp/"><img src="https://img.shields.io/nuget/v/Dusharp"
alt="NuGet"></a>
</p>
<p><a href="https://github.com/kolebynov/Dusharp"><strong>Dusharp</strong></a> is a C# source generator for creating
<p><a href="https://github.com/kolebynov/Dusharp"><strong>Dusharp</strong></a> is a C# source generator library for creating
<strong>discriminated unions</strong>. This
library
allows you to define union types with ease, using attributes and partial methods. It is inspired by functional
Expand Down Expand Up @@ -95,4 +95,4 @@ <h2 id="license">License</h2>
<p>This project is licensed under the MIT License - see the LICENSE file for details.</p>
</body>

</html>
</html>

0 comments on commit f854975

Please sign in to comment.