From 22367f292ca914a6f3c0938548d98dbdd8f45325 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Wed, 29 May 2024 13:44:03 -0400 Subject: [PATCH] sync --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd74232..26ed956 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ -__Script Tray__ is an utility that sits in your system tray and allows you to run preconfigured scripts or commands from a click of a button. Save yourself some keystrokes and run all your common commands from here! +__:wrench: Script Tray__ is an utility that sits in your system tray and allows you to run preconfigured scripts or commands from a click of a button. Save yourself some keystrokes and run all your common commands from here! Run commands directly from your system tray -Written in [Electron](https://www.electronjs.org/) and [Vue](https://vuejs.org/), __Script Tray__ is cross platform and will run on Windows, Mac or Linux. Check the [latest releases](https://github.com/AtomicSponge/script-tray/releases/latest) for binaries of each platform. +Written in [Electron](https://www.electronjs.org/) and [Vue](https://vuejs.org/), __:wrench: Script Tray__ is cross platform and will run on Windows, Mac or Linux. Check the [latest releases](https://github.com/AtomicSponge/script-tray/releases/latest) for binaries of each platform. Or you can clone this repository with `git` by running: ```