From dd11558e3f469243ab29d5a3ea9598c56eb62e2f Mon Sep 17 00:00:00 2001 From: dickreckard Date: Tue, 29 Oct 2019 11:20:37 +0100 Subject: [PATCH] typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index fb16aeb..983313f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -564,7 +564,7 @@ We now setup the Calibre-web installation. We first get a copy of the source wit ```bash $ mkdir /var/www/calibre-web -$ git clone https://github.com/janeczku/calibre-web /var/ww/calibre-web +$ git clone https://github.com/janeczku/calibre-web /var/www/calibre-web $ cd /var/www/calibre-web ```