Skip to content

Commit 0f68f8a

Browse files
Update Readme (#21)
2 parents da90f27 + 3f2ee3b commit 0f68f8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsbi-calculator",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "JSBI-Calculator is a calculator utility to perform arbitrary arithmetic computation, with the help of JSBI-based BigDecimal.",
55
"main": "dist/jsbi-calculator.js",
66
"module": "dist/jsbi-calculator.mjs",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ the positive ones can not start with "+".
106106
| Subtration | `-` |
107107
| Multiplication | `*` |
108108
| Division | `/` |
109-
| Square | JBC.BigDecimal.sqrt(num).toString() |
109+
| Square Root | JBC.BigDecimal.sqrt(num).toString() |
110110

111111
## Thanks
112112

0 commit comments

Comments
 (0)