diff --git a/apps/remix-ide/src/app/panels/terminal.js b/apps/remix-ide/src/app/panels/terminal.js
index a3c457ad33..672133986c 100644
--- a/apps/remix-ide/src/app/panels/terminal.js
+++ b/apps/remix-ide/src/app/panels/terminal.js
@@ -444,20 +444,20 @@ class Terminal extends Plugin {
var intro = yo`
- Welcome to Remix ${packageJson.version} -
-
You can use this terminal for:
+
You can use this terminal to:
- Check transactions details and start debugging.
- Execute JavaScript scripts:
- - Directly input a script in the command line interface
+ - Input a script directly in the command line interface
- - Select a Javascript file in the file explorer and run \`remix.execute()\` in the command line interface
+ - Select a Javascript file in the file explorer and then run \`remix.execute()\` or \`remix.exeCurrent()\` in the command line interface
- - Right click on a JavaScript file in the file explorer and click \`Run Script\`
+ - Right click on a JavaScript file in the file explorer and then click \`Run\`
The following libraries are accessible: