diff --git a/README.md b/README.md index 291b1a7c..efea862c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This is what you need to start using HashConnect, it will be explained in detail ```js import { HashConnect, HashConnectConnectionState, SessionData } from 'hashconnect'; -import { LedgerId } from '@hashgraph/sdk'; +import { LedgerId, Transaction } from '@hashgraph/sdk'; const appMetadata = { name: "", @@ -360,4 +360,4 @@ export interface SessionData { accountIds: string[]; network: string; } -``` \ No newline at end of file +```