From a9c60a5f8ef734e4f4ccfdf63cb2a1d989c5e14a Mon Sep 17 00:00:00 2001 From: Pavel Marek Date: Mon, 23 Dec 2024 17:44:30 +0100 Subject: [PATCH] Update docs --- docs/polyglot/java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/polyglot/java.md b/docs/polyglot/java.md index a37c099f7419..74bdd5fdb757 100644 --- a/docs/polyglot/java.md +++ b/docs/polyglot/java.md @@ -100,7 +100,7 @@ ecosystem is to download it (including is **transitive dependencies**) from libraries. Let's **start from scratch** by creating an _empty Enso project_: ```bash -$ bin/ensoup --new polydemo +$ bin/enso --new polydemo $ cd polydemo polydemo$ find . .