From 2d0c57da058101e389eb98d4ea281450897122ed Mon Sep 17 00:00:00 2001 From: Jacob van Lingen Date: Tue, 15 Apr 2025 11:22:58 +0200 Subject: [PATCH] Update proof-of-value.md --- .../moderne-platform/getting-started/proof-of-value.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md b/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md index 121fd504..c44379c7 100644 --- a/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md +++ b/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md @@ -34,9 +34,10 @@ _The recipes below are listed in order of increasing complexity. You can click t * Improve code quality and readability * Fix common mistakes * Eliminate legacy patterns and minor performance issues -```bash -mod run . --recipe CommonStaticAnalysis -``` + * + ```bash + mod run . --recipe CommonStaticAnalysis + ``` * SLF4J Logging best practices * [Improve performance](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.ParameterizedLogging) by preferring parameterized logging to string concatenation * [Improve error reporting](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.CompleteExceptionLogging) by using exception-specialized logging invocations where applicable