From 0d2bf2999ac9722f6cec3c986acb883527921a81 Mon Sep 17 00:00:00 2001 From: Thomas Queste Date: Tue, 11 Oct 2016 12:08:50 +0200 Subject: [PATCH] Fix typo `the a volume` -> `a volume` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e166a..877de02 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The easiest way to start wallabag is to use the SQLite backend. You can spin tha $ docker run -p 80:80 wallabag/wallabag ``` -and point your browser to `http://localhost:80`. For persistent storage you should start the container with the a volume: +and point your browser to `http://localhost:80`. For persistent storage you should start the container with a volume: ``` $ docker run -v /opt/wallabag:/var/www/wallabag/data -p 80:80 wallabag/wallabag