Przeglądaj źródła

Minor documentation typo fix.

Marc Morera 11 lat temu
rodzic
commit
2697562266
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -204,13 +204,13 @@ In development mode you do not want to cache things over more than one request.
 #config.yml
 #config.yml
 liip_doctrine_cache:
 liip_doctrine_cache:
     namespaces:
     namespaces:
-        presta_sitemap:
+        gearman:
             type: file_system
             type: file_system
 
 
 # config_dev.yml
 # config_dev.yml
 liip_doctrine_cache:
 liip_doctrine_cache:
     namespaces:
     namespaces:
-        presta_sitemap:
+        gearman:
             type: array
             type: array
 ```
 ```