Skip to content

Commit

Permalink
docs: update snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 6, 2023
1 parent b88e386 commit e294b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const { listNeurons } = GovernanceCanister.create({
canisterId: MY_GOVERNANCE_CANISTER_ID,
});

const myNeurons = await listNeurons();
const myNeurons = await listNeurons({ certified: false });
```

## Features
Expand Down

0 comments on commit e294b02

Please sign in to comment.