diff --git a/packages/nns/README.md b/packages/nns/README.md index 6f36f471e..57e4c50f4 100644 --- a/packages/nns/README.md +++ b/packages/nns/README.md @@ -539,9 +539,9 @@ Uses query call only. Return the data of the neuron provided as id. -| Method | Type | -| ----------- | ----------------------------------------------------------------------------------------------------------- | -| `getNeuron` | `({ certified, neuronId, }: { certified: boolean; neuronId: bigint; }) => Promise` | +| Method | Type | +| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `getNeuron` | `({ certified, neuronId, includeEmptyNeurons, }: { certified: boolean; neuronId: bigint; includeEmptyNeurons?: boolean or undefined; }) => Promise` | [:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/nns/src/governance.canister.ts#L976)