We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4f87b commit 69f30eeCopy full SHA for 69f30ee
README.md
@@ -20,10 +20,10 @@ Calculator Key Font Helper transforms calculator notation like `[sin]30` into pr
20
21
```javascript
22
// Convert text for a specific calculator font
23
-const result1 = text2KeyFont('cw01', '[sin]30[+][cos]60');
+const result1 = text2KeyFont('cw01', '[sin]30[)][+][cos]60');
24
25
// Convert text for all models in a series
26
-const result2 = text2KeyFontBySeries('cw', '[sin]30[+][cos]60');
+const result2 = text2KeyFontBySeries('cw', '[sin]30[)][+][cos]60');
27
```
28
29
## Installation
0 commit comments