diff --git a/README.md b/README.md
index 1e1b2b6..303a75e 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,23 @@
A calculator that lives in your menu bar and keeps a history of your calculations
-
-
-
-
+
## Opening
+
- The app is currently not signed, so simply double clicking the app will not open it
- You must right click the app and choose 'Open'
- You will then receieve a warning popup that the app cannot be checked for malicious software
- You can then choose the button to 'Open' it
## Usage
+
- Calculator can be accessed by pressing the `f(x)` symbol in your menu bar
- The calculator can also be toggled with the global shortcut `option + command + c`
- Calculations can be typed and submitted to history by pressing `Enter`
@@ -25,6 +30,7 @@ A calculator that lives in your menu bar and keeps a history of your calculation
- A live preview of the calculation is shown while typing an expression
### Notes
+
- Non-valid calculations cannot be submitted to history
- Syntax must be valid (only numbers with supported operators, functions and constants)
- Closing parentheses are added upon submission of an expression if open pairs are missing their closed counterparts
@@ -82,6 +88,8 @@ min(x,y,[...])
```
### Credits
+
- The [Expression](https://github.com/nicklockwood/Expression#math-symbols) framework by Nick Lockwood
-- The [HotKey](https://github.com/soffes/HotKey) package by soffes
+- The [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) package by sindresorhus
+- The [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin) package by sindresorhus
diff --git a/media/menubar_dark.png b/media/menubar_dark.png
new file mode 100644
index 0000000..fe26fb5
Binary files /dev/null and b/media/menubar_dark.png differ
diff --git a/media/menubar_light.png b/media/menubar_light.png
new file mode 100644
index 0000000..f0408d5
Binary files /dev/null and b/media/menubar_light.png differ
diff --git a/media/screenshot.png b/media/screenshot.png
deleted file mode 100644
index 1597a44..0000000
Binary files a/media/screenshot.png and /dev/null differ
diff --git a/media/screenshot_window.png b/media/screenshot_window.png
deleted file mode 100644
index 226a734..0000000
Binary files a/media/screenshot_window.png and /dev/null differ
diff --git a/media/window_dark.png b/media/window_dark.png
new file mode 100644
index 0000000..866adb7
Binary files /dev/null and b/media/window_dark.png differ
diff --git a/media/window_light.png b/media/window_light.png
new file mode 100644
index 0000000..6193bb5
Binary files /dev/null and b/media/window_light.png differ