From bc779792ab42b7ca9ba733caf4f5998dcf3af781 Mon Sep 17 00:00:00 2001 From: Jacob van Lingen Date: Tue, 15 Apr 2025 11:39:56 +0200 Subject: [PATCH] Update proof-of-value.md --- .../moderne-platform/getting-started/proof-of-value.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 4851fd6d..bc0a8d1a 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,7 +34,8 @@ _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 + * + ```bash mod run . --recipe CommonStaticAnalysis ``` * SLF4J Logging best practices @@ -44,7 +45,8 @@ _The recipes below are listed in order of increasing complexity. You can click t mod run . --recipe ParameterizedLogging ``` * [Improve error reporting](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.CompleteExceptionLogging) by using exception-specialized logging invocations where applicable - * ```bash + * + ```bash mod run . --recipe CompleteExceptionLogging ``` * Maven dependency management