Skip to content

Commit 57837ac

Browse files
authored
Update README.md
1 parent db08474 commit 57837ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ const app = new ExampleAugmentOSApp({
4646

4747
7. Run your app with `bun run index.ts`
4848

49-
8. To expose your app to the internet (and thus AugmentOS) with ngrok, run: `ngrok http --url=civil-frankly-javelin.ngrok-free.app 3000`
49+
8. To expose your app to the internet (and thus AugmentOS) with ngrok, run: `ngrok http --url=<YOUR_NGROK_URL_HERE> 3000`
5050
* `3000` is the port. It must match what is in the app config. If you entered `port: 8080`, use `8080` for ngrok instead.

0 commit comments

Comments
 (0)