diff --git a/README.md b/README.md index e7057cf..81aaba7 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,10 @@ A C# Stopwatch implementation for the Elgato Stream Deck device. ## New in v1.3 - Time is written to file so you can display the elapsed time on your stream -## New in v1.2 -- Stopwatches now continue to count even when moving between Stream Deck profiles. - ## Current functionality - New: Long press (2 seconds) on the key to reset the stopwatch - Multiple Stopwatches suppport +- Stopwatches now continue to count even when moving between Stream Deck profiles. - Stopping/Starting a watch - Option to not reset the watch after it's restarted - Two display styles diff --git a/Stopwatch/manifest.json b/Stopwatch/manifest.json index 32d8181..f5754d8 100644 --- a/Stopwatch/manifest.json +++ b/Stopwatch/manifest.json @@ -17,7 +17,7 @@ } ], "Author": "BarRaider", - "Description": "Stopwatch implementation with various display and behaviour settings.\nNew: Time is written to file so you can display the elapsed time on your stream", + "Description": "Stopwatch implementation with various display and behaviour settings.\nNew: Time is written to a file of your choice so you can display the elapsed time on your stream", "Name": "Stopwatch", "Icon": "Images/pluginIcon", "URL": "https://barraider.github.io/",