From 8d39b290fa0810e4273c3a5fda89abcc0e041ad6 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 5 Aug 2023 14:01:04 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c82481c..0cd8405 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Binary will be in `target/release/daisy` # 📹 Screenshot -![Screenshot](https://betalupi.com/static/git/daisy.png) +![Screenshot](https://github.com/rm-dr/daisy/assets/96270320/7e1315b9-7be1-4f36-a006-3c2f75bdeff8) # 🛠️ Features - Open-source @@ -65,4 +65,4 @@ Daisy instead provides four functions (`fromCelsius`, `toCelsius`, `fromFahrenhe ## Multiplication Order -Implicit multiplication has a higher priority than division. `pi/2 radians` will parse as `pi/(2 radians)`. Type `(pi/2) radians` or `pi/2 * radians` to get 90 degrees. \ No newline at end of file +Implicit multiplication has a higher priority than division. `pi/2 radians` will parse as `pi/(2 radians)`. Type `(pi/2) radians` or `pi/2 * radians` to get 90 degrees.