From dedbba51711bdde60a9075c05b40e331b97d0570 Mon Sep 17 00:00:00 2001 From: Paul Cowgill Date: Wed, 29 Nov 2023 17:14:50 -0600 Subject: [PATCH] Fix generator command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a395fcf..0c272560 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ By default, EVM based transactions are inscrutable and are lacking details about ### Generating a new contextualization -Run this command `npm run create --name [name of protocol]` +Run this command `npm run create:contextualizer -- --name [name of protocol]` This will generate a new file called `protocol/[name of protocol].ts` and a test file called `protocol/[name of protocol].spec.ts`.