From 65008517dd363849f667a73cc27d9d98c532efbb Mon Sep 17 00:00:00 2001
From: Milan <milan.danecek@gmail.com>
Date: Thu, 10 Aug 2023 22:13:19 +0200
Subject: [PATCH] Fix rclone description

---
 object-storage/rclone.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/object-storage/rclone.md b/object-storage/rclone.md
index 3ff83a3..1a13ebd 100644
--- a/object-storage/rclone.md
+++ b/object-storage/rclone.md
@@ -46,7 +46,7 @@ In the end, we can make a quick check of PATH variable, whether the desired path
 !!! warning
     In case you have installed the rclone using the steps above, you can then use the following command to update rclone:<br/>
     **```rclone selfupdate```**<br/>
-    ```2022/08/25 11:54:07 NOTICE: Successfully updated rclone from version v1.59.0 to version v1.59.1```
+    2022/08/25 11:54:07 NOTICE: Successfully updated rclone from version v1.59.0 to version v1.59.1
 
 ----
 
@@ -81,7 +81,7 @@ In the end, you will click **OK** and **Apply**.
 !!! warning
     In case you have installed the rclone using the steps above, you can then use the following command to update rclone:<br/>
     **```rclone selfupdate```**<br/>
-    ```2022/08/25 11:54:07 NOTICE: Successfully updated rclone from version v1.59.0 to version v1.59.1```
+    2022/08/25 11:54:07 NOTICE: Successfully updated rclone from version v1.59.0 to version v1.59.1
 
 ## Basic configuration of rclone
 Below you can find the guide for the elementary configuration of rclone tool. Below are two guides. First describes configuration using the command line and second guide describes configuration using the graphical user interface.
@@ -99,7 +99,7 @@ Rclone has a configuration wizard, which will guide you step-by-step through the
     **Windows users** need to run **Command Prompt** and then run the command below.
     **Linux users** can open the **terminal window** and then run the command below.
 
-    rclone config
+    **```rclone config```**
 
 ![](rclone-screenshots/rclone-cmd1.png){ style="display: block; margin: 0 auto" }
 
-- 
GitLab