Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Nov 29, 2024
1 parent 6fbcfd5 commit da3b82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ciphernode/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ graph LR
R["Repository<T>"]
DB[(SledDB)]
Client --> R
R -".write()"-> D[DataStore]
R --".write()"--> D[DataStore]
D -.-> SledStore
D -.-> InMemStore
InMemStore -.-> BTreeMap
Expand Down

0 comments on commit da3b82e

Please sign in to comment.