From f97b3ba2fec5f489df58e9b4c866ef492d68537a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 13 May 2022 02:30:17 -0400 Subject: [PATCH] update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a1b540b..0eac103 100644 --- a/README.md +++ b/README.md @@ -4,5 +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 and takes advantage of [egui](https://github.com/emilk/egui) as it's graphical backend. Meaning that this program can be deployed as both a site ([such as here](https://titaniumtown.github.io)) and as a native application that runs on your machine. - +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.