n8nac 0.11.3 → 0.11.4-next.2
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ If no project selector is provided, `init --yes` will auto-select the only avail
|
|
|
48
48
|
---
|
|
49
49
|
|
|
50
50
|
### `switch`
|
|
51
|
-
Switch the active n8n project (updates `projectId` / `projectName` in `n8nac.json`).
|
|
51
|
+
Switch the active n8n project (updates `projectId` / `projectName` in `n8nac-config.json`).
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
54
|
n8nac switch
|