From 7adf61d4de3ab6160cb1992273bd9adf2ccdc2ff Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:39:03 -0500 Subject: [PATCH] tweaks --- x/examples/web-wrapper/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/examples/web-wrapper/README.md b/x/examples/web-wrapper/README.md index 7c278ff1..eb0b32f5 100644 --- a/x/examples/web-wrapper/README.md +++ b/x/examples/web-wrapper/README.md @@ -8,7 +8,7 @@ This example demonstrates how to use the Outline SDK to create a censorship-resi > - [Android](docs/android.md) -## Starting the Web Wrapper demo site. +## Starting the Web Wrapper demo site (with same-origin navigation iframe) * You will need [Node.js](https://nodejs.org/en/) for the web server. * You will need [mkcert](https://github.com/FiloSottile/mkcert), which can be installed via `brew install mkcert`. The wrapper will not load the site without TLS. @@ -22,7 +22,7 @@ npm ci npm run start:www ``` -Open `https://local.dev:3000` in your browser to make sure it's working. You should not see any errors. +Open `https://localhost:3000` in your browser to make sure it's working. You should not see any errors. ## Running the example on the **iOS Simulator** via MacOS