diff --git a/README.md b/README.md index 8fd01e9..1431d50 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ A tool to generate bills for personal use. Useful for small retail shops/ grocer ## Contributing 1. It is published at http://billing.nishionline.com. 2. Put all the external js and css files used in `libs` so that it can be distributed as a stand-alone app. -3. DO NOT FORGET to set the `devMode` variable in `main.js` to `false` before committing your deeds. +3. `devMode` variable in `/js/main.js` is set to be `true` on `localhost`. If you are using some other host, please modify it accordingly. 4. This bill generator uses [pdfMake](https://github.com/bpampuch/pdfmake). Thanks to the developers. diff --git a/index.html b/index.html index ae41f65..5d274c2 100644 --- a/index.html +++ b/index.html @@ -30,26 +30,26 @@