Edited description

dev
rm-dr 2023-11-27 14:00:14 -08:00
parent b8bde580a3
commit 18a7d592ef
4 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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.

View File

@ -86,7 +86,7 @@
<div id="header">
<img id="banner" src = "resources/daisy-light.svg" alt="Daisy Banner"/>
<p>A high-precision, general-purpose scientific calculator</p>
<p>A pretty, general-purpose scientific calculator</p>
</div>
<div id="terminal"></div>

View File

@ -57,8 +57,8 @@ pub fn do_command(
t.push(
concat!(
"Daisy is a high-precision, general-purpose\n",
"scientific calculator.\n",
"Daisy is a pretty, general-purpose\n",
"TUI scientific calculator.\n",
"\n",
" - Use Up/Down arrows to navigate history.\n",
" - Use Ctrl-C or Ctrl-D to quit.\n",