Skip to content

Commit 4c5eaf4

Browse files
committed
Use Note which looks better in nuget.org
1 parent fd17233 commit 4c5eaf4

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
@@ -219,7 +219,7 @@ This is a sort of typed [Memento pattern](https://grokipedia.com/page/Memento_pa
219219
the Orleans state persistence mechanisms to read and write the actor state without requiring
220220
any additional code from the developer.
221221

222-
> [!IMPORTANT]
222+
> [!NOTE]
223223
> This code is automatically guaranteed to be in sync with the actor's properties and fields,
224224
> since it's generated at compile time.
225225
@@ -380,7 +380,7 @@ partial class Account
380380
}
381381
```
382382

383-
> [!IMPORTANT]
383+
> [!NOTE]
384384
> Note how there's no dynamic dispatch here 💯.
385385
386386
An important colorary of this project is that the design of a library and particularly
@@ -494,7 +494,7 @@ Note how the grain is a partial class, so you can add your own methods to it. Th
494494
code also uses whichever method names (and overloads) you used in your actor class to handle
495495
the incoming messages, so it doesn't impose any particular naming convention.
496496

497-
> [!IMPORTANT]
497+
> [!NOTE]
498498
> Note how there's no dynamic dispatch here either 💯.
499499
500500
Since the grain metadata/registry is generated by a source generator, and source generators

0 commit comments

Comments
 (0)