From 4a009a91de49fbe4b051dea99c671af492c2fd7c Mon Sep 17 00:00:00 2001 From: Arthur Pinheiro Date: Mon, 5 Aug 2024 06:57:07 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afb3d0f..1053b6d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A SwiftUI view that renders LaTeX equations. ## ℹ️ About -`LaTexSwiftUI` is a package that exposes a view named `LaTeX` that can parse and render TeX and LaTeX equations which contain math-mode marcos. +`LaTexSwiftUI` is a package that exposes a view named `LaTeX` that can parse and render TeX and LaTeX equations which contain math-mode macros. The view utilizes the [MathJaxSwift](https://www.github.com/colinc86/MathJaxSwift) package to render equations with [MathJax](https://www.mathjax.org). Thus, the limitations of the view are heavily influenced by the [limitations](https://docs.mathjax.org/en/v2.7-latest/tex.html#differences) of MathJax.