diff --git a/README.md b/README.md
index be7b091fe1bafa1722de09b35fcf7d05cf76aa97..f808346fb72fff018575215ff357049d83479790 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ HPCMonitor4B (HPC Monitoring for Blender) is a tool for monitoring the operation
 ### Addon Description
 *Addon preferences*. To communicate with the server, you need to set a username and password. The password must be encrypted using MD5 after entering it.
 
-![alt text](docs\preferences_menu.png)
+![alt text](docs/preferences_menu.png)
 
 *3DViewport menu*. The menu can be found in the sidebar of the 3D viewport in the HPCMonitor4B section. The menu consists of two parts: prepare scene, monitoring. The scene for monitoring can be prepared using a predefined CSV file. The CSV file must contain the following columns: 
 * Id - id of the mesh (e.g. 1)
@@ -17,13 +17,13 @@ HPCMonitor4B (HPC Monitoring for Blender) is a tool for monitoring the operation
 * LabelOffset - X_Y_Z coordinates/offset of the label for the described object (e.g. 0.693_0.0_0.0638)
 * GraphOffset - X_Y_Z coordinates/offset of the graph relative to the described object (e.g. 0.128_0_0_0.072)
 
-![alt text](docs\3dviewport_menu.png)
+![alt text](docs/3dviewport_menu.png)
 
 *Monitoring*. The basic version of the tool supports displaying cluster utilization and consumption. The measured values can be displayed in two ways: from the side menu using the Show button, from the 3D environment by selecting a specific object and clicking the Action button.
 
-![alt text](docs\blender_screen.png)
+![alt text](docs/blender_screen.png)
 
-![alt text](docs\graph.png)
+![alt text](docs/graph.png)
 
 ### Addon Installation
 *Client*. Install the add-on (addons/hpcmonitor4b) using Blender preferences and set the username and password. Rename the file hpcmonitor4b_client_config.py.template to hpcmonitor4b_client_config.py and set the server with the port (e.g. 'localhost:443'). Install dependencies (the button in Blender preferences).