diff --git a/samples/Acornima.Cli/Helpers/ConsoleExtensions.cs b/samples/Acornima.Cli/Helpers/ConsoleExtensions.cs index 87117c1..26f7c77 100644 --- a/samples/Acornima.Cli/Helpers/ConsoleExtensions.cs +++ b/samples/Acornima.Cli/Helpers/ConsoleExtensions.cs @@ -21,8 +21,8 @@ public static string ReadString(this IConsole console) #endif console.WriteLine(isWindowsOS - ? "Input config JSON, press CTRL-Z in an empty line and finally ENTER." - : "Input config JSON, then press Ctrl+D."); + ? "Input JS code, press CTRL-Z in an empty line and finally ENTER." + : "Input JS code, then press Ctrl+D."); console.WriteLine(); if (isWindowsOS)