Skip to content

Commit d37951e

Browse files
authored
Updated README
1 parent f956795 commit d37951e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The HTML source patterns that will result in math equations can be checked [here
1010
### Referencing characters
1111
All HTML characters can be added by Unicode code point (decimal) reference.
1212
```html
13-
&#x2297 = Î
13+
&#x2297 =
1414
```
1515
There is no need to add every special character by [Unicode](https://www.w3schools.com/charsets/ref_utf_misc_symbols.asp) reference. The HTML characters can be copied straight into your code. Referencing is handy when you are entering characters with `EditText` widget.
1616
@@ -82,9 +82,9 @@ There are currently five custom functions available for the user. I plan to refa
8282
text = "$\\F=10$" // sets text
8383
textColor = "red" // sets text color, default value is "black"
8484
backgroundColor = "blue" // sets background color, default value is "white"
85-
}.update()
85+
}.update() // updates changes
8686

87-
// Only after setting textZoom property there is no need to call update()
87+
// There is no need to call update() after setting textZoom property
8888
mathView.textZoom = 120 // set text size based on pixel density, default value is 100 (%)
8989
```
9090

0 commit comments

Comments
 (0)