From d9d981f346a353ef51952739a314e6885698ba91 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 16 Feb 2022 07:38:50 +0530 Subject: [PATCH] docs: udpate --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce466e8c7d..7cadb5cd62 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,11 @@ Options: --no-client Disables client script. --client-logging Allows to set log level in the browser. --client-overlay Enables a full-screen overlay in the browser when there are compiler errors or warnings. - --no-client-overlay Disables a full-screen overlay in the browser when there are compiler errors or warnings. + --no-client-overlay Disables the full-screen overlay in the browser when there are compiler errors or warnings. --client-overlay-errors Enables a full-screen overlay in the browser when there are compiler errors. - --no-client-overlay-errors Negative 'client-overlay-errors' option. + --no-client-overlay-errors Disables the full-screen overlay in the browser when there are compiler errors. --client-overlay-warnings Enables a full-screen overlay in the browser when there are compiler warnings. - --no-client-overlay-warnings Negative 'client-overlay-warnings' option. + --no-client-overlay-warnings Disables the full-screen overlay in the browser when there are compiler warnings. --client-progress Prints compilation progress in percentage in the browser. --no-client-progress Does not print compilation progress in percentage in the browser. --client-reconnect [value] Tells dev-server the number of times it should try to reconnect the client.