Skip to content

Commit d5bc39d

Browse files
committed
make localhost not a link to avoid broken links
1 parent 2aaa3e5 commit d5bc39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/call-readiness/call-readiness-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Let's test our setup by running:
175175
npm start
176176
```
177177

178-
Once the App is running visit <http://localhost:3000> in your browser to see your running App.
178+
Once the App is running visit `http://localhost:3000` in your browser to see your running App.
179179
You should see a green checkmark with a `Test Complete` message.
180180

181181
## Next steps

0 commit comments

Comments
 (0)