From 5a78f955531f8781cb98d61ae328e1011d20dcf9 Mon Sep 17 00:00:00 2001 From: travis Date: Tue, 18 May 2021 09:07:14 -0600 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dab8192..a88c36b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # taxcalc -Simple Municipal Property Tax Calculator \ No newline at end of file +Simple Municipal Property Tax Calculator + +## Usage + +Currently all that is required is the taxcalc.html and js/taxcalc.html + +This can be run straight from a browser or servered out on a webserver. + +Additionally I found it works well in Wordpress as long as you strip out the stylesheet +link and the extra JavaScript links at the bottom of the html file. \ No newline at end of file