From 552897264cfcbf6ec7daa000d64acaaaf7ce8836 Mon Sep 17 00:00:00 2001 From: dfadil Date: Mon, 10 Jun 2024 14:52:17 -0400 Subject: [PATCH] differentiate curl command from expected output to reduce confusion --- DEV_SETUP_MAC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEV_SETUP_MAC.md b/DEV_SETUP_MAC.md index 223356ef8f2c..a5fedec5b9d7 100644 --- a/DEV_SETUP_MAC.md +++ b/DEV_SETUP_MAC.md @@ -199,7 +199,7 @@ Now that you have Elasticsearch running you will need to install the necessary p ```shell $ curl "localhost:9200/_cat/plugins?s=component&h=component,version" - analysis-phonetic 5.6.16 + > analysis-phonetic 5.6.16 ```