From f7bd4785e896102c1d68852f42d361b70534b848 Mon Sep 17 00:00:00 2001 From: Cleve Stuart <90649124+cleve-fauna@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:51:01 -0800 Subject: [PATCH] Update DEV-README.md --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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).