diff --git a/apps/remix-ide/src/app/plugins/remixd-handle.tsx b/apps/remix-ide/src/app/plugins/remixd-handle.tsx
index fd33c03a0c..9ff3d8339f 100644
--- a/apps/remix-ide/src/app/plugins/remixd-handle.tsx
+++ b/apps/remix-ide/src/app/plugins/remixd-handle.tsx
@@ -142,11 +142,11 @@ function remixdDialog () {
If you are just looking for the remixd command, here it is:
-
${commandText}
+
{commandText}
- When connected, a session will be started between
${window.location.origin} and your local file system at
ws://127.0.0.1:65520.
+ When connected, a session will be started between
{window.location.origin} and your local file system at
ws://127.0.0.1:65520.
The shared folder will be in the "File Explorers" workspace named "localhost".
Read more about other
Remixd ports usage