diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 935994f3..3f823a23 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -26,5 +26,5 @@ works internally. yarn yarn vscode yarn build -node ./build/out/entry.js # Run the built JavaScript with Node. +node ./build/out/node/entry.js # Run the built JavaScript with Node. ```