Skip to content

Commit 2a91bf6

Browse files
committed
fix
1 parent 60e8998 commit 2a91bf6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Embed.Generator/Embed.Generator/Embed.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<RepositoryUrl>https://github.com/6over3/Embed.Generator</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
20-
<PackageReadmeFile>README.MD</PackageReadmeFile>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
2121
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2222
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2323
<IncludeBuildOutput>false</IncludeBuildOutput>

README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A C# source generator that embeds files directly into your assembly at compile time, inspired by C23's `#embed` directive.
44

5-
## Features
5+
## Features
66

77
- Embed files as `ReadOnlySpan<byte>` properties
88
- Zero runtime I/O overhead
@@ -17,6 +17,7 @@ A C# source generator that embeds files directly into your assembly at compile t
1717
dotnet add package Embed.Generator
1818
```
1919

20+
2021
## Usage
2122

2223
### 1. Mark a class with `[ResourceDictionary]`

0 commit comments

Comments
 (0)