From 18a7d592ef1da59a864f3172021cc3f4bcbfa683 Mon Sep 17 00:00:00 2001 From: rm-dr <96270320+rm-dr@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:00:14 -0800 Subject: [PATCH] Edited description --- Cargo.toml | 2 +- README.md | 2 +- server/site/index.html | 2 +- src/command/mod.rs | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2cdd545..32e5e63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.7" edition = "2021" build = "buildscript/main.rs" license = "GPL-3.0-only" -description = "A high-precision terminal scientific calculator." +description = "A pretty TUI scientific calculator." repository = "https://git.betalupi.com/Mark/daisy" homepage = "https://git.betalupi.com/Mark/daisy" readme = "README.md" diff --git a/README.md b/README.md index 7029bf5..d301b1f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](./server/site/resources/readme-banner.png) -A high-precision scientific calculator with support for units, derivatives, and more. +A pretty, general-purpose scientific calculator with support for units, derivatives, and more. Many features are missing, this is still under development. diff --git a/server/site/index.html b/server/site/index.html index 9053391..becaefd 100644 --- a/server/site/index.html +++ b/server/site/index.html @@ -86,7 +86,7 @@
A high-precision, general-purpose scientific calculator
+A pretty, general-purpose scientific calculator