From f2875f226c7981e33e07a2a8297e1d4f7b81e56b Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Sat, 30 Dec 2023 15:07:37 -0600 Subject: [PATCH] remove link to stale example --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0cb5f58..e1c0ce5 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,6 @@ add_executable( target_link_libraries(myplugin StreamDeckSDK) ``` -For a complete example, there is -[a fork](https://github.com/fredemmott/streamdeck-cpu) of Elgato's CPU plugin. - To update, replace `StreamDeckSDK.cmake` with the newer version and address any incompatibilities.