Skip to content

Commit

Permalink
Minor correction to sample
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Nov 24, 2024
1 parent 446df58 commit e6ce4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/Acornima.Cli/Helpers/ConsoleExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e6ce4ae

Please sign in to comment.