garettB / shopify-flask-example

A simple Shopify app created using Flask and Python
Other
229 stars 66 forks source link

README.md questions #8

Open stock90975 opened 3 years ago

stock90975 commented 3 years ago

Hi,

Thanks for this example, it works!

For README.md, I think the mentions of config.py be changed to .env

Also in the App Creation section,

Whatever you use to host your app, make sure you can browse to it in a web browser (https:///app_launched)

shouldn't that be something like https://\<hostname>/app_launched

Thanks!