Ver Fonte

Minor documentation typo fix.

Marc Morera há 11 anos atrás
pai
commit
2697562266
1 ficheiros alterados com 2 adições e 2 exclusões
  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
 liip_doctrine_cache:
     namespaces:
-        presta_sitemap:
+        gearman:
             type: file_system
 
 # config_dev.yml
 liip_doctrine_cache:
     namespaces:
-        presta_sitemap:
+        gearman:
             type: array
 ```