diff --git a/README.md b/README.md
index e63e7271dbc995abbcceeff65e830cfe2fcd3cd8..4b57a9e2e1526b195c6fcb371505a45567bc86d9 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
 ## Before launching your application
  - LD_LIBRARY_PATH must contain dir's path to libsandbox.so
  - Enter this command in the terminal where you are using your application
-
+```
 REALTIVE_PATH_TO_SO=../ar_sandbox_lib && \
 export LD_LIBRARY_PATH=$(pwd)/$REALTIVE_PATH_TO_SO
+```