resuml 1.19.1 → 1.19.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 +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Three ways to use it
|
|
18
18
|
|
|
19
19
|
### 🌐 [resuml.app](https://resuml.app) — the web app
|
|
20
20
|
|
|
@@ -61,9 +61,7 @@ Then ask Claude Code things like:
|
|
|
61
61
|
|
|
62
62
|
Claude will generate the YAML, validate it, iterate until the score clears, and render the final HTML. See **[DOCS.md](DOCS.md#ai-agent-integration-mcp)** for all tools, resources, and prompts.
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## Or use the CLI
|
|
64
|
+
### 💻 The CLI
|
|
67
65
|
|
|
68
66
|
```bash
|
|
69
67
|
npm install -g resuml
|