update docs so master is runnable.

This commit is contained in:
fiatjaf
2020-10-02 14:59:29 -03:00
parent 08b2ce5c05
commit e2f6c20e3b
4 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -1 +1 @@
web: hypercorn --bind 0.0.0.0:5000 lnbits.app:create_app()
web: hypercorn --bind 0.0.0.0:5000 'lnbits.app:create_app()'