diff --git a/README.md b/README.md
index 117b1e09..74391b55 100644
--- a/README.md
+++ b/README.md
@@ -154,7 +154,11 @@ INSERT INTO `" . DB_PREFIX . "category`
# How to enable DB session.
-1.Go to system->config and edit catalog.php. After this line: $_['session_autostart'] = false; add these lines:
+1.Go to system->config and edit catalog.php. After this line:
+````
+$_['session_autostart'] = false;
+````
+add these lines:
````
$_['session_engine'] = 'db';
$_['session_name'] = 'OCSESSID';