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.