From 065e8a4d8122d4616b570496915d2c0e2c78cd6b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 11 Aug 2022 04:15:07 -0400 Subject: Re-named the "case" macro to "when". --- lux-js/commands.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lux-js/commands.md') diff --git a/lux-js/commands.md b/lux-js/commands.md index a71f5e2e8..0c724a3b5 100644 --- a/lux-js/commands.md +++ b/lux-js/commands.md @@ -10,8 +10,7 @@ cd ~/lux/lux-js/ \ ``` cd ~/lux/lux-js/ \ && lux clean \ -&& lux with js build \ -&& mv target/program.js lux.js +&& lux with js auto build ## Build JVM-based compiler cd ~/lux/lux-js/ \ -- cgit v1.2.3