Skip to content

Commit 5aef2b8

Browse files
authored
Update MobileConsole.md
code block instead of inline for copy
1 parent 8d4a1c0 commit 5aef2b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

debug/js/MobileConsole.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
Enter in address bar
2-
`javascript: (function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();`
2+
```
3+
javascript: (function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
4+
```
35
-> Mobile console :heart_eyes:

0 commit comments

Comments
 (0)