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 () {
142
142
</ div >
143
143
< div className = 'mb-2 text-break' >
144
144
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 >
146
146
< CopyToClipboard data-id = 'remixdCopyCommand' content = { commandText } > </ CopyToClipboard >
147
147
</ div >
148
148
< 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 > .
150
150
The shared folder will be in the "File Explorers" workspace named "localhost".
151
151
< br /> Read more about other < a target = "_blank" href = "https://remix-ide.readthedocs.io/en/latest/remixd.html#ports-usage" > Remixd ports usage</ a >
152
152
</ div >
@@ -155,7 +155,7 @@ function remixdDialog () {
155
155
</ div >
156
156
< div className = 'mb-2 text-break' >
157
157
< 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 >
159
159
< 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 >
160
160
</ h6 >
161
161
</ div >
You can’t perform that action at this time.
0 commit comments