diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7ab30f5..288f0a0d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,10 +14,9 @@ npm run build If you change code and want to see how it behaves from a customer-perspective: ``` -./src/user-entrypoint.mjs --options +./src/user-entrypoint.mjs [--option ...] ``` - ### Application versions This project has 3 runnable entrypoints (a raw ESM one, a built CJS one, and an SEA one). You can read more about them [here](./sea/README.md).