Skip to content

Commit

Permalink
ngrok links
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Mar 7, 2025
1 parent f849121 commit 7624819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/examples/web-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This example demonstrates how to use the Outline SDK to create a censorship-resi
## 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 an [ngrok account](https://ngrok.com/), from which you can get your [`NGROK_TOKEN`]() and [`NGROK_DOMAIN`]()
* You will need an [ngrok account](https://ngrok.com/), from which you can get your [`NGROK_TOKEN`](https://dashboard.ngrok.com/get-started/your-authtoken) and [`NGROK_DOMAIN`](https://dashboard.ngrok.com/domains)

```sh
NGROK_TOKEN="YOUR_NGROK_AUTH_TOKEN" NGROK_DOMAIN="YOUR_NGROK_DOMAIN" npm run start
Expand Down

0 comments on commit 7624819

Please sign in to comment.