From 1317ec8f0122e6a7185f92353675511e15e2179f Mon Sep 17 00:00:00 2001 From: Devin Collins <3997333+ImDevinC@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:23:03 -0800 Subject: [PATCH] docs: update README with plugin description and action summaries --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab0d2ed..0e5a18d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -# PluginTemplate +# QEMUPlugin -A simple plugin you can use as a starting point for your amazing creations! +A StreamController plugin for managing QEMU and libvirt virtual machines. + +## Actions + +- **Toggle State**: Toggles a selected QEMU or libvirt virtual machine between running and stopped states. For more information checkout [the docs](https://streamcontroller.github.io/docs/latest/).