From 5203ab63b1b58d59bb2ae10303e56ef3ea20b866 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 23 Jan 2017 09:45:42 +0100 Subject: [PATCH] Rename importer to import --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b838c4e..d9ad103 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,10 @@ server { } ``` -## Importer worker +## Import worker -To run the [async redis importer worker](http://doc.wallabag.org/en/master/developer/asynchronous.html#install-redis-for-asynchronous-tasks) use the following command: +To run the [async redis import worker](http://doc.wallabag.org/en/master/developer/asynchronous.html#install-redis-for-asynchronous-tasks) use the following command: ``` $ docker run --name wallabag --link wallabag-db:wallabag-db --link redis:redis -e <... your config variables here ...> wallabag/wallabag import ``` -Where type is one of pocket, readability, instapaper, wallabag_v1, wallabag_v2, firefox, chrome. +Where `` is one of pocket, readability, instapaper, wallabag_v1, wallabag_v2, firefox or chrome.