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`.