Skip to content

Commit 22e95b5

Browse files
authored
Update codelab-web.md (#7389)
1 parent 17e86b5 commit 22e95b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/get-started/codelab-web.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,13 @@ from the command line, use `flutter run -d chrome`,
568568
At the command line, or in the IDE,
569569
you should see a message stating something like the following:
570570

571-
```terminal
571+
<pre>
572572
Launching lib/main.dart on Chrome in debug mode...
573573
Building application for the web... 11.7s
574574
Attempting to connect to browser instance..
575-
Debug service listening on **ws://127.0.0.1:54998/pJqWWxNv92s=**
576-
```
575+
Debug service listening on <b>ws://127.0.0.1:54998/pJqWWxNv92s=</b>
576+
</pre>
577+
577578
Copy the address of the debug service, shown in bold.
578579
You will need that to launch DevTools.
579580
</li>

0 commit comments

Comments
 (0)