File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/remix-ide/src/app/plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,11 +142,11 @@ function remixdDialog () {
142142 </ div >
143143 < div className = 'mb-2 text-break' >
144144 If you are just looking for the remixd command, here it is:
145- < br > </ br > < br > </ br > < b > $ { commandText } </ b >
145+ < br > </ br > < br > </ br > < b > { commandText } </ b >
146146 < CopyToClipboard data-id = 'remixdCopyCommand' content = { commandText } > </ CopyToClipboard >
147147 </ div >
148148 < div className = 'mb-2 text-break' >
149- When connected, a session will be started between < em > $ { window . location . origin } </ em > and your local file system at < i > ws://127.0.0.1:65520</ i > .
149+ When connected, a session will be started between < em > { window . location . origin } </ em > and your local file system at < i > ws://127.0.0.1:65520</ i > .
150150 The shared folder will be in the "File Explorers" workspace named "localhost".
151151 < br /> Read more about other < a target = "_blank" href = "https://remix-ide.readthedocs.io/en/latest/remixd.html#ports-usage" > Remixd ports usage</ a >
152152 </ div >
You can’t perform that action at this time.
0 commit comments