From e294b0237b54c4e815f567823cc8d3d8fd425bf1 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 6 Nov 2023 06:53:51 +0100 Subject: [PATCH] docs: update snippet --- packages/nns/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nns/README.md b/packages/nns/README.md index 334777674..1763fc3bc 100644 --- a/packages/nns/README.md +++ b/packages/nns/README.md @@ -42,7 +42,7 @@ const { listNeurons } = GovernanceCanister.create({ canisterId: MY_GOVERNANCE_CANISTER_ID, }); -const myNeurons = await listNeurons(); +const myNeurons = await listNeurons({ certified: false }); ``` ## Features