Skip to content

Commit 0f7c921

Browse files
authored
Merge pull request #145 from ngrok/jen/update-quickstart
Update quickstart
2 parents dc7be6e + 5135e93 commit 0f7c921

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ pnpm add @ngrok/ngrok
5656
// Output ngrok url to console
5757
console.log(`Ingress established at: ${listener.url()}`);
5858
})();
59+
60+
process.stdin.resume();
5961
```
6062

6163
That's it! Your application should now be available through the url output in your terminal.

0 commit comments

Comments
 (0)