@renoise/video-maker 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,8 +6,16 @@ AI video production plugin for Claude Code. Install this plugin and get a creati
6
6
 
7
7
  ### Claude Code
8
8
 
9
+ 1. Add the marketplace:
10
+
11
+ ```bash
12
+ claude plugin marketplace add ArcoCodes/renoise-plugins-official
13
+ ```
14
+
15
+ 2. Install the plugin:
16
+
9
17
  ```bash
10
- /plugin install video-maker@renoise-plugins-official
18
+ claude plugin install video-maker@renoise-plugins-official
11
19
  ```
12
20
 
13
21
  ### OpenClaw
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@renoise/video-maker",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "description": "Video production toolkit for AI video generation, e-commerce content, and more",