From 89bbc5c84643893e13ac6369c0c45f9cf38c5cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Pavi=C4=8Di=C4=87?= Date: Fri, 27 Oct 2023 12:41:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89d6bcf..6a164f1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Currently supported: ### Build -To use abiwan, you must first generate types from your contracts' ABI json files, you can use the the helper script: +To use abiwan, you must first generate types from your contracts' ABI json files, you can use the helper script: ```bash npm run generate -- --input /path/to/abi.json --output /path/to/abi.ts