diff --git a/README.md b/README.md index 2012ccb..e1c29a3 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,6 @@ Add the following `autoSignIn` callback method to your `ContextProvider`: ```tsx import { type SolanaSignInInput } from "@solana/wallet-standard-features"; -import { verifySignIn } from "@solana/wallet-standard-util"; const autoSignIn = useCallback(async (adapter: Adapter) => { // If the signIn feature is not available, return true