diff --git a/packages/aptos/Readme.md b/packages/aptos/Readme.md index cb203734..272fb39f 100644 --- a/packages/aptos/Readme.md +++ b/packages/aptos/Readme.md @@ -29,15 +29,15 @@ Use `yarn typemove-aptos --help` to see detail description. A few examples: - generate types for an address on mainnet: ```typescript - yarn typemove-aptos --target-dir ./src/types --abi-dir ./src/abis 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af + yarn typemove-aptos --target-dir=./src/types --abi-dir=./src/abis 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af ``` - generate types for local ABI files stored in `./src/abis`: ```typescript - yarn typemove-aptos --target-dir ./src/types ./src/abis + yarn typemove-aptos --target-dir=./src/types ./src/abis ``` - generate types using local node: ```typescript - yarn typemove-aptos --network http://localhost:8080 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af + yarn typemove-aptos --network="http://localhost:8080" 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af ``` ### Decode object diff --git a/packages/sui/Readme.md b/packages/sui/Readme.md index 2bd83d36..a5c62121 100644 --- a/packages/sui/Readme.md +++ b/packages/sui/Readme.md @@ -30,15 +30,15 @@ Use `yarn typemove-sui --help` to see detail description. A few examples: - generate types for an address on mainnet: ```typescript - yarn typemove-sui --target-dir ./src/types --abi-dir ./src/abis 0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5 + yarn typemove-sui --target-dir=./src/types --abi-dir=./src/abis 0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5 ``` - generate types for local ABI files stored in `./src/abis`: ```typescript - yarn typemove-sui --target-dir ./src/types ./src/abis + yarn typemove-sui --target-dir=./src/types ./src/abis ``` - generate types using local node: ```typescript - yarn typemove-sui --network http://localhost:8080 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af + yarn typemove-sui --network="http://localhost:8080" 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af ``` ### Decode Object