Closed A-K-O-R-A closed 9 months ago
This PR corrects the wrong npm commands in the CONTRIBUTING.md file. Running npm useFF will throw an error as the correct command is npm run useFF.
CONTRIBUTING.md
npm useFF
npm run useFF
Unknown command: "useFF" Did you mean this? npm run useFF # run the "useFF" package script To see a list of supported npm commands, run: npm help
Thanks @A-K-O-R-A for noticing this bug and reporting it! Have a good day.
Description
This PR corrects the wrong npm commands in the
CONTRIBUTING.md
file. Runningnpm useFF
will throw an error as the correct command isnpm run useFF
.References
Type of change