diff --git a/README.md b/README.md index 0b416e8..5a87d33 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

npm version - License: ISC + License: MIT CI

@@ -16,7 +16,7 @@ ## Quick Start ```bash -npx agentkit init +npx @amit-paz/agentkit-cli init ``` This creates an `agentkit.config.yaml` in your project, sets up `docker-compose.yaml`, and scaffolds your workspace. @@ -139,4 +139,4 @@ Contributions are welcome! Fork the repo, make your changes, and open a pull req ## License -[ISC](LICENSE) © [Amit Paz](https://github.com/amitpaz) +[MIT](LICENSE) © [Amit Paz](https://github.com/amitpaz) diff --git a/package-lock.json b/package-lock.json index b004030..eca17da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "agentkit", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "dependencies": { "@inquirer/prompts": "^8.2.0", "chalk": "^5.6.2", diff --git a/package.json b/package.json index d5bf7ad..472be78 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "keywords": ["agentkit", "cli", "ai", "agents", "devtools"], "author": "", - "license": "ISC", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/agentkitai/agentkit-cli"