From a21fc048ad7fd54947ee62c3d8e2d5c4371121dd Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 3 Dec 2025 14:08:39 -0500 Subject: [PATCH] README.md: add graphing.gardling.com link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eac103..89ea1da 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ logo ### What is this? -The aim of this project is to provide a [Desmos](https://www.desmos.com/)-like graphing experience. This project is written in [Rust](https://www.rust-lang.org/) and takes advantage of [egui](https://github.com/emilk/egui) as it's graphical backend. Meaning that this program can be compiled targeting either the web, [such as here](https://titaniumtown.github.io), as well as a native application. +The aim of this project is to provide a [Desmos](https://www.desmos.com/)-like graphing experience. This project is written in [Rust](https://www.rust-lang.org/) and takes advantage of [egui](https://github.com/emilk/egui) as it's graphical backend. Meaning that this program can be compiled targeting either the web, [such as here](https://graphing.gardling.com), as well as a native application.