Skip to content

Commit ee781c8

Browse files
committed
Updated ReadMe
1 parent f7a6a92 commit ee781c8

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

ValorantStatus/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ await Task.Run(async () =>
253253
rpcclient.SetPresence(new RichPresence()
254254
{
255255
Details = "Menus",
256-
State = $"Searching ({myTI.ToTitleCase(presence.privinfo.queueId)}",
256+
State = $"Searching ({myTI.ToTitleCase(presence.privinfo.queueId)})",
257257
Assets = new Assets()
258258
{
259259
LargeImageKey = "logo"

img/shot1.png

12.6 KB
Loading

img/shot2.png

27.5 KB
Loading

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ If you have any feature requests, message bigtaco#4277 on Discord.
1010

1111
The installer does not include an uninstaller, so to uninstall, run the line below in a command prompt with admin priveliges to remove the folder.
1212

13-
`rmdir /s "C:\Program Files (x86)\ValorantStatus"`
13+
`rmdir /s "C:\Program Files (x86)\ValorantStatus"`
14+
# Screenshots
15+
16+
![Screenshot](https://raw.githubusercontent.com/brianbaldner/ValorantStatus/master/img/shot1.png)
17+
18+
![Screenshot](https://raw.githubusercontent.com/brianbaldner/ValorantStatus/master/img/shot2.png)

0 commit comments

Comments
 (0)