File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/remix-ide/src/app/plugins Expand file tree Collapse file tree 1 file changed +3
-3
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 >
@@ -155,7 +155,7 @@ function remixdDialog () {
155155 </ div >
156156 < div className = 'mb-2 text-break' >
157157 < h6 className = "text-danger" >
158- Before using, make sure remixd version is latest i.e. < b > $ { remixdVersion } </ b >
158+ Before using, make sure remixd version is latest i.e. < b > v { remixdVersion } </ b >
159159 < br > </ br > < a target = "_blank" href = "https://remix-ide.readthedocs.io/en/latest/remixd.html#update-to-the-latest-remixd" > Read here how to update it</ a >
160160 </ h6 >
161161 </ div >
You can’t perform that action at this time.
0 commit comments