Pārlūkot izejas kodu

Minor documentation typo fix.

Marc Morera 11 gadi atpakaļ
vecāks
revīzija
2697562266
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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
 ```