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.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ---
16
16
 
17
- ## Two ways to use it
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resuml",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "description": "Generate JSON resumes from YAML with theme support",
5
5
  "type": "module",
6
6
  "main": "./dist/api.js",