From 2dcc74f9d42305ec2beb0394a8d43695f49826b1 Mon Sep 17 00:00:00 2001 From: jknapp Date: Tue, 18 Mar 2025 13:26:46 -0700 Subject: [PATCH] Update README with examples --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b878e9..b579e08 100644 --- a/README.md +++ b/README.md @@ -87,4 +87,11 @@ When minimized to the system tray: ## Example Application Commands -### Windows Examples \ No newline at end of file +### Windows Examples + +#### Steam Applications +```"C:\Program Files (x86)\Steam\steam.exe" steam://rungameid/2767030``` + +#### Chrome to a website + +```"C:\Program Files\Google\Chrome\Application\chrome.exe" http://twitch.tv/shadowdao``` \ No newline at end of file