Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from Cysharp:master #40

Merged
merged 21 commits into from
Dec 20, 2024
Merged
Prev Previous commit
Update README.md
  • Loading branch information
neuecc authored Dec 20, 2024
commit b587b0be7f536443baff1af2409d0a0c59a1c728
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
Loading