From 5fc1b7a19fc36d966069fcc38d5343d03f2a7ff2 Mon Sep 17 00:00:00 2001 From: Guille Gonzalez Date: Sun, 11 Jan 2026 11:46:19 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c424724..fab861b 100644 --- a/README.md +++ b/README.md @@ -126,11 +126,12 @@ And then adding the product to any target that needs access to the library: SwiftUIMath builds on prior work in native math rendering on Apple platforms: -- [iosMath](https://github.com/kostub/iosMath) laid the groundwork for native math layout and rendering. -- [SwiftMath](https://github.com/mgriebling/SwiftMath) brought these ideas into the Swift ecosystem and inspired - this project. +- [iosMath](https://github.com/kostub/iosMath) laid the groundwork for native math + layout and rendering. +- [SwiftMath](https://github.com/mgriebling/SwiftMath), originally forked by this + project, brought these ideas into the Swift ecosystem and inspired it. -This work would not be possible without the contributions of these projects. +This work would not be possible without these projects and their contributors. ## License