From f68e5b0de64017ee1622172a6cc2ea97708aefd8 Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Wed, 17 Jul 2024 02:39:54 +0200 Subject: [PATCH] Add note about launching proxy URL (#55) Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 543e33d..da3803e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ If you run `ddev browsersync` from a local project and get `Error: unknown comma ddev get ddev/ddev-browsersync ``` +Once Browsersync is running, visit `https://.ddev.site:3000` or run `ddev launch :3000` to launch the proxy URL in a web browser. ## What does this add-on do?