Skip to content

Commit b66644d

Browse files
authored
Clarify WASM Example
1 parent d8d3522 commit b66644d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ReadMe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ CSharpMath is a C# port of the wonderful <a href="https://github.com/kostub/iosM
1818
[NuGet]: https://www.nuget.org/packages/CSharpMath/
1919
[NuGet-pre]: https://www.nuget.org/packages/CSharpMath/absoluteLatest
2020
[GitHub]: https://github.com/verybadcat/CSharpMath/releases/latest
21-
[GitHub-pre]: https://github.com/verybadcat/CSharpMath/releases
22-
[WASM example]: https://verybadcat.github.io/CSharpMath
21+
[GitHub-pre]: https://github.com/verybadcat/CSharpMath/releas/latest
22+
[the WebAssembly version of CSharpMath.Uno.Example]: https://verybadcat.github.io/CSharpMath
2323

2424
# Usage
2525

@@ -36,7 +36,7 @@ Other independent projects:
3636

3737
## Math
3838

39-
Check out the "Example" and "Try" pages of our [WASM example]!
39+
Check out the "Example" and "Try" pages of [the WebAssembly version of CSharpMath.Uno.Example]!
4040

4141
Example code:
4242
- [Avalonia Example](CSharpMath.Avalonia.Example/Pages/MathViewPage.xaml)
@@ -50,7 +50,7 @@ For MAUI, you can make use of `CSharpMath.Maui.MathButton` to make a clickable m
5050

5151
## Text
5252

53-
Check out the "Text" page of our [WASM example]!
53+
Check out the "Text" page of [the WebAssembly version of CSharpMath.Uno.Example]!
5454

5555
Example code:
5656
- [Avalonia Example](CSharpMath.Avalonia.Example/Pages/TextViewPage.xaml)
@@ -96,7 +96,7 @@ painter.DrawAsPng(someStream);
9696
![Cell 7](CSharpMath.Rendering.Tests/MathDisplay/Matrix3.png)|![Cell 8](CSharpMath.Rendering.Tests/MathDisplay/IntegralColorBoxCorrect.png)|![Cell 9](CSharpMath.Rendering.Tests/MathDisplay/Taylor.png)
9797

9898
## Math editing and evaluation
99-
Check out the "Calculate" button on the "Try" page of our [WASM example]! Supported evaluation operations can be found [here](CSharpMath.Evaluation/Evaluation.cs).
99+
Check out the "Calculate" button on the "Try" page of [the WebAssembly version of CSharpMath.Uno.Example]! Supported evaluation operations can be found [here](CSharpMath.Evaluation/Evaluation.cs).
100100

101101
You can use a `CSharpMath.Rendering.FrontEnd.MathKeyboard` to process key presses and generate a `CSharpMath.Atom.MathList` or a LaTeX string. You can then call `CSharpMath.Evaluation.Evaluate` to get a `CSharpMath.Evaluation.MathItem`, which can be a `CSharpMath.Evaluation.MathItem.Entity` containing an `AngouriMath.Entity` that you can simplify, a `CSharpMath.Evaluation.Comma` containing a comma-delimited collection of `CSharpMath.Evaluation.MathItem`. For all uses of an `AngouriMath.Entity`, check out https://github.com/asc-community/AngouriMath.
102102

0 commit comments

Comments
 (0)