We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db08474 commit 57837acCopy full SHA for 57837ac
README.md
@@ -46,5 +46,5 @@ const app = new ExampleAugmentOSApp({
46
47
7. Run your app with `bun run index.ts`
48
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`
+8. To expose your app to the internet (and thus AugmentOS) with ngrok, run: `ngrok http --url=<YOUR_NGROK_URL_HERE> 3000`
50
* `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