readme
diff --git a/README.md b/README.md
index a28eb8b..e04f8b0 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,12 @@
Install dependencies:
```bash
-npm install # npm
-yarn # yarn
+yarn install
```
- Run the project:
```bash
-npm run dev # npm
yarn dev # yarn
```
@@ -29,9 +27,13 @@ THIRDWEB_API_KEY={{your_api_key}}
The script runs on goerli by default, you can change it in `index.ts`
```ts
-const chain = Goerli; // your chain: Mumbai, BaseGoerli, OptimismGoerli, etc
+const chain = Goerli; // can also be: Mumbai, BaseGoerli, OptimismGoerli...
```
-## Contract Requirements:
+## Contracts
-The script has default factories out of the box for testnets, but you can deploy your own on the [thirdweb dashboard](https://thirdweb.com/explore).
+The script has default factories out of the box for testnets, but you can deploy your own on the [thirdweb dashboard](https://thirdweb.com/explore). You can also bring your own 4337 compatible factory, and adjust the the SDK to the specifics of the contract.
+
+## Documentation
+
+Full documentation at: [https://portal.thirdweb.com/wallet/smart-wallet](https://portal.thirdweb.com/wallet/smart-wallet)
GitHub
sha: 3678420610f0864accb1c66c15ca676615490035