diff --git a/packages/ciphernode/data/README.md b/packages/ciphernode/data/README.md index 937fe707..6ce25a9d 100644 --- a/packages/ciphernode/data/README.md +++ b/packages/ciphernode/data/README.md @@ -74,7 +74,7 @@ graph LR | Layer | Functionality | | ------------------- | ---------------------------------------------------------------------------------------------------------------------- | -| `Repository` | Strongly typed Data persistence. Configured to know how to save its data. | +| `Repository` | Strongly typed Data persistence for a single item. Configured to know how to save its data. | | `DataStore` | Flexible KV store. Client can scope to specific namespace. Can be backed by polymorphic data actor to handle testing scenarios. | | `{InMem,Sled}Store` | Actor to receive `Insert` and `Get` requests can only save raw bytes. |