Skip to content

Commit 4da501c

Browse files
authored
Update README.md
1 parent bc77b98 commit 4da501c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ And MathKit is `based on the Katex` engine to achieve
3737
* [YYText](https://github.com/ibireme/YYText)
3838
4. Import `MathSubjectView.h`.
3939
5. Initialization of an instance object, and give the `testStr` attribute assignment, where the object will be copied to the mixture of arbitrary science formulas and pictures of the string.
40-
Note: Here's the formula in the string need to use a tag similar to `<math></math>` wrapped up, and the picture will need to use a tag similar to `<image></image>` wrapped up, so as to be recognized
40+
Note: Here's the formula in the string need to use a tag similar to `@math#...@/math#` wrapped up, and the picture will need to use a tag similar to `@image#...@/image#` wrapped up, so as to be recognized
4141
6. Add the instance object to your view.
4242

4343
If you still do not know how to use it, then download the code to see it, the package has my prepared sample demo.

0 commit comments

Comments
 (0)