essential-actions

Clone or download

Update README

Modified Files

M README.md
+3 −1
--- 'a/README.md'
+++ b/README.md
@@ -10,6 +10,8 @@ Set of trusted, essential actions and in
## Actions Help Guide
- [Hotkey](hotkeyaction/README.md)
+- [Media Keys](mediakeyaction/README.md)
+- [OBS](obssuite/README.md)
- [Run Command](runcommandaction/README.md)
- [Twitch Chat](twitch/README.md)
@@ -20,7 +22,7 @@ Plugins directory (`$HOME/Stream-Pi/Serv
### Linux/Mac
-Build all actions by executing `make build-all` from the command line or specific actions i.e. `make twitch`.
+Build all actions by executing `make build-all` from the command line or specific actions i.e. `make twitch-talk`.
### Windows
M twitch/README.md
+1 −1
--- 'a/twitch/README.md'
+++ b/twitch/README.md
@@ -35,4 +35,4 @@ You should then be able to use the pre-b
## Running locally
-Copy the `Java-Twirk` from the `Dependencies` directory and the `twitch-xxx-action` jar files from the `PreBuiltPlugins` directory to your Stream-Pi server plugins' directory.
\ No newline at end of file
+Copy the `twitch-api-java` from the `Dependencies` directory and the `twitch-xxx-action` jar files from the `PreBuiltPlugins` directory to your Stream-Pi server plugins' directory.
\ No newline at end of file