Fix example command

analyse should be analyze in order to run the CLI program
This commit is contained in:
MartinSStewart 2022-08-12 18:54:50 +02:00 committed by GitHub
parent afd01fedc0
commit 589fe56bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
```sh
npm build
node dist/index.js analyse <filename>
node dist/index.js analyze <filename>
```
## TODO