aboutsummaryrefslogtreecommitdiff
path: root/stdlib/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/commands.md')
-rw-r--r--stdlib/commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/commands.md b/stdlib/commands.md
index 893e0d271..542735a39 100644
--- a/stdlib/commands.md
+++ b/stdlib/commands.md
@@ -56,11 +56,11 @@ cd ~/lux/stdlib/ \
cd ~/lux/stdlib/ \
&& lux clean \
-&& lux with jvm with documentation auto test
+&& lux with jvm with scriptum auto test
cd ~/lux/stdlib/ \
&& lux clean \
-&& lux with jvm with documentation build \
+&& lux with jvm with scriptum build \
&& java -jar target/program.jar > ~/documentation.md
```