Update blossom.md (#42)

fix type 'Jut' to 'Just'
This commit is contained in:
Bitkarrot
2025-05-09 11:15:59 -07:00
committed by GitHub
parent b6da555807
commit 1a5b498fb8

View File

@@ -90,4 +90,4 @@ bl.Store = blossom.EventStoreBlobIndexWrapper{
}
```
This will store blob metadata as special `kind:24242` events, but you shouldn't have to worry about it as the wrapper handles all the complexity of tracking ownership and managing blob lifecycle. Jut avoid reusing the same datastore that is used for the actual relay events unless you know what you're doing.
This will store blob metadata as special `kind:24242` events, but you shouldn't have to worry about it as the wrapper handles all the complexity of tracking ownership and managing blob lifecycle. Just avoid reusing the same datastore that is used for the actual relay events unless you know what you're doing.