From 40bc602925b5ec9fd2e5f5b2b8d21e7b0e544aef Mon Sep 17 00:00:00 2001 From: Charlie Hoey Date: Wed, 6 Aug 2025 15:19:42 -0400 Subject: [PATCH] fix typo in README 1-byte fix from --type to --types --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d477bc..f63176e 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ This plugin comes with a few WP CLI commands that can be used to manage an index wp algolia reindex # Reindex just posts and pages. -wp algolia reindex --type=post,page +wp algolia reindex --types=post,page # Reindex a single post. wp algolia reindex_single 123