Skip to content

Commit

Permalink
update docs to match
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunet authored May 26, 2024
1 parent a764d17 commit 3ac8a07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ const client = createKvClient(kv);
const json = await Deno.readTextFile("./flags.json");

await client.updateFlagDefinitions(json);

const flagDefinitions = await client.readFlagDefinitions();
console.log("New flag definitions:", flagDefinitions);
```

Before you can run it you'll need to get 2 things
Expand Down

0 comments on commit 3ac8a07

Please sign in to comment.