diff --git a/packages/sdk/src/batchChangeMinters/README.md b/packages/sdk/src/batchChangeMinters/README.md index 306c3a233..eecc3089d 100644 --- a/packages/sdk/src/batchChangeMinters/README.md +++ b/packages/sdk/src/batchChangeMinters/README.md @@ -19,7 +19,7 @@ type BatchChangeMintersArgs = { contractAddress?: string; //an array of ids that will be added as minters for the given contractId, if nothing is provided no minters will be added addMinters: string[]; - //an array of ids that will be removed as minters for the given contractId, if nothing is provided no minters will be added + //an array of ids that will be removed as minters for the given contractId, if nothing is provided no minters will be removed removeMinters: string[]; }; ```