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.