Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc authored Dec 20, 2024
1 parent b9752d5 commit b587b0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ These features are suitable for master data management(write-once, read-heavy) o

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

> dotnet add package [MasterMemory](https://www.nuget.org/packages/MasterMemory)
```
dotnet add package MasterMemory
```

Prepare the example table definition like following.

Expand Down

0 comments on commit b587b0b

Please sign in to comment.