Skip to content

Commit 69f30ee

Browse files
committed
doc
1 parent 3b4f87b commit 69f30ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Calculator Key Font Helper transforms calculator notation like `[sin]30` into pr
2020

2121
```javascript
2222
// Convert text for a specific calculator font
23-
const result1 = text2KeyFont('cw01', '[sin]30[+][cos]60');
23+
const result1 = text2KeyFont('cw01', '[sin]30[)][+][cos]60');
2424

2525
// Convert text for all models in a series
26-
const result2 = text2KeyFontBySeries('cw', '[sin]30[+][cos]60');
26+
const result2 = text2KeyFontBySeries('cw', '[sin]30[)][+][cos]60');
2727
```
2828

2929
## Installation

0 commit comments

Comments
 (0)