Skip to content

Commit

Permalink
Correct spelling in README
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordaughtry committed Jun 21, 2016
1 parent a6bb094 commit 92728be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ formula="(5 * 2) / [1]" — math formula (required) supports the following opera
params="{var}|{var2}" — pipe delimited list of numeric parameters to be replaced into formula, recommended due to use of PHP eval (default: null)
decimals="2" — sets the number of decimal points (default: "0")
dec_point="." — sets the separator for the decimal point (default: ".")
thousands_seperator="," — sets the thousands separator; (default: ",")
thousands_separator="," — sets the thousands separator; (default: ",")
absolute="yes" — return the absolute number of the result (defaults: "no")
round="up|down|ceil" — whether to round the result up or down (defaults: no rounding)
numeric_error="Error" — message returned when non-numeric parameters are provided (default: "Invalid input")
Expand Down Expand Up @@ -56,7 +56,7 @@ Output: 2.4

Sets the separator for the decimal point (default: ".")

### thousands_seperator=","
### thousands_separator=","

Sets the thousands separator (default: ",")

Expand Down Expand Up @@ -107,4 +107,4 @@ DevDemon Updater is fully supported, or for manual installs copy "system/express

## License

Copyright 2016 [Caddis Interactive, LLC](https://www.caddis.co). Licensed under the [Apache License, Version 2.0](https://github.com/caddis/math/blob/master/LICENSE).
Copyright 2016 [Caddis Interactive, LLC](https://www.caddis.co). Licensed under the [Apache License, Version 2.0](https://github.com/caddis/math/blob/master/LICENSE).

0 comments on commit 92728be

Please sign in to comment.