diff --git a/README.md b/README.md index b203f86..98b2b19 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A command line interface for Meld Studio WebChannel API -[![Code Style](https://img.shields.io/badge/code_style-standard-violet.svg)](https://github.com/standardrb/standard) +[![Code Style](https://img.shields.io/badge/code_style-standard-violet.svg)](https://github.com/standard/standard) --- @@ -134,6 +134,22 @@ meld-cli record stop meld-cli record status ``` +#### Clip + +Save a clip + +```console +meld-cli clip +``` + +#### Screenshot + +Take a screenshot + +```console +meld-cli screenshot +``` + ## Special Thanks - Meld team for providing the [WebChannel API](https://github.com/MeldStudio/streamdeck/blob/main/WebChannelAPI.md) on which this CLI depends.