diff --git a/README.md b/README.md index 1255463..1531470 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This is an Electron template to embed Node-RED with a Dashboard generated by node-red-dashboard. -You can base off this model and update the package.json file to include your own required dependencies. +This is not intended to be a useful tool as-is, but as a base for you to create your own versions. You will need to edit the `main.js` to suit your application and update the `package.json` file to include your own required dependencies. + +At the top of `main.js` are a couple of flags you can switch to turn off editing, allow loading of a different flow file (and save as), and adding the worldmap to the menu. Again these are only there to show you possibilities. Have fun. ## To Use diff --git a/console.htm b/console.htm index a707ca9..73e157d 100644 --- a/console.htm +++ b/console.htm @@ -6,21 +6,26 @@