Skip to content

Commit b587b0b

Browse files
authored
Update README.md
1 parent b9752d5 commit b587b0b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ These features are suitable for master data management(write-once, read-heavy) o
5252

5353
Getting Started(.NET)
5454
---
55-
Install the library(Runtime, Source Generator(Analyzer) and [Annotations](https://www.nuget.org/packages/MasterMemory.Annotations)) via NuGet.
55+
Install the [MasterMemory](https://www.nuget.org/packages/MasterMemory) library(Runtime, Source Generator(Analyzer) via NuGet.
5656

57-
> dotnet add package [MasterMemory](https://www.nuget.org/packages/MasterMemory)
57+
```
58+
dotnet add package MasterMemory
59+
```
5860

5961
Prepare the example table definition like following.
6062

0 commit comments

Comments
 (0)