Skip to content

Commit

Permalink
Fix broken link in README (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynosphere authored Oct 6, 2024
1 parent 5481a92 commit d737ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _venmic_ can be used as node-module or as a local rest-server.
The node-module is mainly intended for internal usage by [Vesktop](https://github.com/Vencord/Vesktop).
For a usage example, see the following Vesktop source files:
- [src/main/venmic.ts](https://github.com/Vencord/Vesktop/blob/main/src/main/venmic.ts)
- [src/renderer/patches/screenShareAudio.ts](https://github.com/Vencord/Vesktop/blob/main/src/renderer/patches/screenShareAudio.ts)
- [src/renderer/patches/screenShareFixes.ts](https://github.com/Vencord/Vesktop/blob/main/src/renderer/patches/screenShareFixes.ts)
- src/renderer/components/ScreenSharePicker.tsx: [1](https://github.com/Vencord/Vesktop/blob/4abae9c7082081dcae667916d9608e23adf688a9/src/renderer/components/ScreenSharePicker.tsx#L109-L115), [2](https://github.com/Vencord/Vesktop/blob/4abae9c7082081dcae667916d9608e23adf688a9/src/renderer/components/ScreenSharePicker.tsx#L253-L256), [3](https://github.com/Vencord/Vesktop/blob/4abae9c7082081dcae667916d9608e23adf688a9/src/renderer/components/ScreenSharePicker.tsx#L94)

The Rest-Server exposes three simple endpoints
Expand Down

0 comments on commit d737ef3

Please sign in to comment.