openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.96k stars 530 forks source link

Updating index.html #157

Closed jasonpberry closed 7 years ago

jasonpberry commented 7 years ago

Changing script SRC call to accounting.js versus accounting.min.js.

Discovered accounting.js and wanted to use the demo / example and set some break points within developer tools. I was unable to since it was minified. This change pulls in the non-minified file to allow full view of accounting.js.