diff --git a/packages/near-sdk-js/README.md b/packages/near-sdk-js/README.md index bc57c3b3..ed12dcbf 100644 --- a/packages/near-sdk-js/README.md +++ b/packages/near-sdk-js/README.md @@ -86,7 +86,7 @@ NEAR-SDK-JS is written in TypeScript, so every API function has a type specified - `input()` -- Returns the arguments passed to the current smart contract call as utf-8 string. -- `blockIndex()` -- Returns the current block index. +- `blockIndex()` -- Returns the current block index. **Deprecated** - `blockHeight()` -- Returns the current block height.