From d26fa4d5041bfea92c48e791503194e680463e40 Mon Sep 17 00:00:00 2001 From: Joe Hoyle Date: Wed, 28 May 2025 13:18:44 -0400 Subject: [PATCH] Fix type in installation.md --- docs/wp-cli/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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