diff --git a/README.md b/README.md index a8f72cf..e1eee52 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,12 @@ Browser wallets(Metamask, Coinbase Wallet, etc) use Safes on the backend ### Usage -Populate your .env file based on .env.example. -Run examples using ts-node: -```bash +Populate your `.env` file based on `.env.example`. + +Run examples using `ts-node` from the repository root, for example: +Safe wallet example ts-node examples/safeWallet/split.ts -``` \ No newline at end of file + +Proxy wallet example +ts-node examples/proxyWallet/redeem.ts