From b487b75226f77b94873825ab3a34a5f4f78d17f1 Mon Sep 17 00:00:00 2001 From: Ruthiel Trevisan Date: Fri, 10 Mar 2023 13:46:42 +0000 Subject: [PATCH] Update README.md markdown General code block #10 --- rap6xx/rap620/exercises/ex4/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rap6xx/rap620/exercises/ex4/README.md b/rap6xx/rap620/exercises/ex4/README.md index b507b8fe..bc6e98a0 100644 --- a/rap6xx/rap620/exercises/ex4/README.md +++ b/rap6xx/rap620/exercises/ex4/README.md @@ -130,7 +130,7 @@ We will use the SOAP web service to retrieve the price of a product. > **Do not forget to search and replace the placeholder `###` with the unique number that you have chosen beforehand.**
-  
+  ```
   METHOD GetPrice.
     DATA destination  TYPE REF TO if_soap_destination.
     DATA proxy TYPE REF TO zrap620###co_epm_product_soap.
@@ -218,7 +218,7 @@ We will use the SOAP web service to retrieve the price of a product.
     ENDLOOP.
 
   ENDMETHOD.
-
+```