]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/developer/asynchronous.rst
Fixed typo in asynchronous documentation
[github/wallabag/wallabag.git] / docs / en / developer / asynchronous.rst
index 6a991cf64d327987a8a92c7198f05fc8a1bb658f..5cd402310bfc28eb4214ef2f766e274d0f7a6238 100644 (file)
@@ -150,7 +150,7 @@ Depending on which service you want to import from you need to enable one (or ma
   bin/console wallabag:import:redis-worker -e=prod firefox -vv >> /path/to/wallabag/var/logs/redis-firefox.log
 
   # for Chrome import
-  bin/console wallabag:import:redis-worker -e=prod instapaper -vv >> /path/to/wallabag/var/logs/redis-chrome.log
+  bin/console wallabag:import:redis-worker -e=prod chrome -vv >> /path/to/wallabag/var/logs/redis-chrome.log
 
 If you want to launch the import only for some messages and not all, you can specify this number (here 12) and the worker will stop right after the 12th message :