ngrok / ngrok-python

Embed ngrok secure ingress into your Python apps with a single line of code.
https://ngrok.com
Apache License 2.0
103 stars 19 forks source link

Update README Quickstart to clarify how code snippet should be used. #123

Open salilsub opened 5 days ago

salilsub commented 5 days ago

The code snippet in the README quickstart implies you can just copy-paste the example code and it should just work by itself. However, it terminates since there needs to be code that keeps it alive. The code snippet needs to be clarifed/updated to make that more obvious