From 7229502c310a9a80a19e631cbb36ee4cd96d56ad Mon Sep 17 00:00:00 2001 From: Tony Chen Date: Mon, 24 Jul 2023 23:57:12 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4c5d02..b4c7041 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### Feature Gates -Feature gates are a set of key=value pairs that describe features. You can turn these features on or off using the --feature-gates=foo=true,bar=false command line flag on each component. +Feature gates are a set of key=value pairs that describe features. You can turn these features on or off using the `--feature-gates=foo=true,bar=false` command line flag on each component. ### Usage ```go