Skip to content

Commit 7951e9a

Browse files
author
bsdayo
committed
docs: adjust heading
1 parent 1c44e83 commit 7951e9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
## NekoSpace.Build.Resources
1+
# NekoSpace.Build.Resources
22

33
Embed lightweight JSON resources into your .NET application, instead of traditional .resx files.
44

5-
### Features
5+
## Features
66

77
- Parse and embed JSON resource into assembly using MSBuild Task, results the same functionality as ResX.
88
- Cleaner, more human-readable content compared to ResX, even outside IDEs. (Without IDEs the .resx file is totally a mess)
99
- Easy to use. Just a few lines to include all JSON resources, so you won't mess up your project file.
1010
- Support nested JSON structures.
1111

12-
### Getting Started
12+
## Getting Started
1313

1414
First install this package using package manager or using dotnet CLI:
1515

0 commit comments

Comments
 (0)