diff --git a/docs/wp-cli/installation.md b/docs/wp-cli/installation.md index 0bd4d7c..e6526a3 100644 --- a/docs/wp-cli/installation.md +++ b/docs/wp-cli/installation.md @@ -14,7 +14,7 @@ To install the latest development version of this package, use the following com wp package install mcp-wp/ai-command:dev-main ``` -Right now this package requires a local WordPress installation with the [AI Servicdes](https://github.com/felixarntz/ai-services) plugin active. That plugin is where you configure your LLM API key. +Right now this package requires a local WordPress installation with the [AI Services](https://github.com/felixarntz/ai-services) plugin active. That plugin is where you configure your LLM API key. ```bash wp plugin install --activate ai-services