llm-mar 1.0.8 → 1.0.9

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ npm install -g llm-mar
23
23
 
24
24
  1. Clone the repository:
25
25
  ```bash
26
- git clone https://github.com/renatojuniorrs/llm-mar.git
26
+ git clone https://github.com/llm-mar/llm-mar.git
27
27
  cd llm-mar
28
28
  ```
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llm-mar",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "LLM-MAR is a compact CLI that creates LLM agents, lets them debate, answers questions, and builds workflows.",
5
5
  "main": "index.js",
6
6
  "bin": {