diff --git a/.changeset/docs-fix-core-readme-duplicate-word.md b/.changeset/docs-fix-core-readme-duplicate-word.md new file mode 100644 index 0000000000..ece82df640 --- /dev/null +++ b/.changeset/docs-fix-core-readme-duplicate-word.md @@ -0,0 +1,5 @@ +--- +"@agent-native/core": patch +--- + +Fix a duplicate word in the core README. diff --git a/packages/core/README.md b/packages/core/README.md index 628a364791..d90464e936 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -193,7 +193,7 @@ Don't want to scaffold a whole app yet? Add agent-native superpowers to a coding npx @agent-native/core@latest skills add visual-plan ``` -It installs the skill, registers the hosted MCP connector, and signs you in in one step — then run `/visual-plan`. See the **[Skills Guide](https://agent-native.com/docs/skills-guide#app-backed-skills)** for more skills and local installs. +It installs the skill, registers the hosted MCP connector, and signs you in one step — then run `/visual-plan`. See the **[Skills Guide](https://agent-native.com/docs/skills-guide#app-backed-skills)** for more skills and local installs. ## Workspaces (Monorepo)