Skip to content

Commit

Permalink
Merge pull request #80 from Markeljan/patch-1
Browse files Browse the repository at this point in the history
fix dependency typo
  • Loading branch information
Rahat-ch authored Oct 9, 2023
2 parents 9009469 + 7fe0bf2 commit 91f9d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howtos/creatingAccounts/socialLogin/magic.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Our Smart Accounts are signer agnostic, in this how to guide we'll show you how
You will need the following dependencies to create a Smart Account this way:

```bash
yarn add @biconomy/account @biconomy/bundler @biconomy/common @biconomy/core-type @biconomy/modules @biconomy/paymaster magic-sdk [email protected]
yarn add @biconomy/account @biconomy/bundler @biconomy/common @biconomy/core-types @biconomy/modules @biconomy/paymaster magic-sdk [email protected]
```

## Imports
Expand Down Expand Up @@ -94,4 +94,4 @@ const connect = async () => {
}
};

```
```

0 comments on commit 91f9d11

Please sign in to comment.