Skip to content

Commit 1420822

Browse files
Update README.md
1 parent 3d5b53c commit 1420822

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,9 @@ Using a durable dictionary with `HashSet<T>` means every change—like adding or
165165

166166
### `IDurableOrderedSetLookup<TKey, TValue>`
167167

168-
A one-to-many collection that maps a key to a unique **set** of values that maintains **insertion order**.
168+
A one-to-many collection that maps a key to a **unique set** of values that maintains **insertion order**.
169169

170-
**Useful for:**
171-
172-
- Tracking user achievements or badges in the exact order they were earned.
173-
- Managing ordered, unique dependencies for a build system.
174-
- Storing timelines of unique events per entity (e.g., `lookup.Add(userId, "LoggedIn")`, `lookup.Add(userId, "ViewedProduct")`).
170+
**Useful for:** Tracking user achievements in the exact order they were earned, managing ordered unique dependencies for a build system, storing timelines of unique events per entity.
175171

176172
```csharp
177173
// Track the unique products a user viewed, in order.

0 commit comments

Comments
 (0)