Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley authored Nov 29, 2024
1 parent 25d7d35 commit a856099
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/ciphernode/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ The `DataStore` actor also has some convenience methods within it where it is po

```rust
let store = DataStore::from(&addr);
store.base("//foo")
.scope("bar")
.scope("/baz")
.get_scope()?, // "//foo/bar/baz"
let scoped = store.scope("//foo/bar/baz");
scoped.write(some_data);
```

## Repository
Expand Down

0 comments on commit a856099

Please sign in to comment.