Skip to content

Commit

Permalink
Merge pull request #201 from Akord-com/docs
Browse files Browse the repository at this point in the history
docs: add cloud storage vault example
  • Loading branch information
jarrvis authored Nov 8, 2023
2 parents b74f5c7 + aa1085e commit 0003bef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ const { vaultId, membershipId } = await akord.vault.create("Arty podcast", {
description: "A permanent podcast dedicated to art history",
tags: ["art", "podcast", "archive"]
});

// create a cloud storage vault
const { vaultId, membershipId } = await akord.vault.create("Non permanent stuff", {
cacheOnly: true
});
```
</details>

Expand Down

0 comments on commit 0003bef

Please sign in to comment.