Skip to content

Commit 02ce905

Browse files
committed
update readme
1 parent ae0b75a commit 02ce905

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ScreenBuddy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: ScrenBuddy
33
on:
44
push:
55
branches: main
6+
paths-ignore:
7+
- '**/README.md'
68

79
jobs:
810
build:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you want to read source code, you can find there & learn about following thin
3434
* Capturing screen to D3D11 texture, using code from [wcap][]
3535
* Simple D3D11 shader to render texture, optionally scaling it down by preserving aspect ratio
3636
* Using [DerpNet][] library for network communication via Tailscale relays
37-
* Using [WinHTTP][] for https requests to gather inital info about Tailscal relay regions
37+
* Using [WinHTTP][] for https requests to gather inital info about Tailscale relay regions
3838
* Parsing JSON with [Windows.Data.Json][] API, using code from [TwitchNotify][]
3939
* Copying & pasting text from/to clipboard
4040

0 commit comments

Comments
 (0)