diff --git a/Procfile b/Procfile index 27c577d6..0a818360 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node examples/admin/app.js \ No newline at end of file +web: node init.js \ No newline at end of file diff --git a/examples/admin/index.html b/examples/admin/index.html index 4b76723f..67f50192 100644 --- a/examples/admin/index.html +++ b/examples/admin/index.html @@ -29,6 +29,7 @@ }

Admin Data Editor

+ This is a live view of your JSON data, you can edit it in realtime or add new key/values.