From 88f06faacee1bfa7e537d20c91a791cbafb9556d Mon Sep 17 00:00:00 2001 From: Roman Novosad <114337016+romanovosad87@users.noreply.github.com> Date: Sat, 9 Dec 2023 15:38:25 +0100 Subject: [PATCH] Update Banner.md change default banner --- features/core/Banner.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/core/Banner.md b/features/core/Banner.md index 3a20a61..79743f1 100644 --- a/features/core/Banner.md +++ b/features/core/Banner.md @@ -2,7 +2,7 @@ The `Banner` class provides functionality for printing a banner to the console, either from a predefined string or custom banner by reading from a file. -![DEFAULT_BANNER](https://github.com/BlyznytsiaOrg/bring/assets/114337016/9444e18e-e574-41a4-a41c-af72a4b0ef65) +![DEFAULT_BANNER](https://github.com/BlyznytsiaOrg/bring/assets/114337016/56754bf7-2b49-414f-84cb-431c31f31f27) The `Banner` class supports dynamic profile configuration using VM parameters. The default `Mode` value is `ON`, meaning the banner will be printed to the console. To configure the `Mode` to `OFF`, use the `-Dbring.main.banner=off` parameter during application launch. @@ -39,4 +39,4 @@ An enumeration of possible values for configuring the Banner. Disable printing of the banner. **ON:** -Print the banner to console. \ No newline at end of file +Print the banner to console.