Skip to content

Commit

Permalink
Merge pull request #10 from Once-Upon/feature/fix-generator-command
Browse files Browse the repository at this point in the history
Fix generator command
  • Loading branch information
pcowgill authored Nov 29, 2023
2 parents d6da0fa + dedbba5 commit 9cd5c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 9cd5c82

Please sign in to comment.