summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-02 10:30:00 +0300
committerAndrew Dolgov <[email protected]>2018-02-02 10:30:00 +0300
commit10149818546d048bc0121e7e09570bcc028d2d25 (patch)
treeaf202b24e64dfb4244d870e3367d79c4c8f27ae0 /README.md
parent888b44199479dd099da3c0a4954748b9829951e7 (diff)
readme: fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a8a40eb..b33a231 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Installation
2. Ensure both <code>scratch.db</code> and its containing folder (i.e. <code>db/</code>) are writable by the
application, normally this means chown-ing them as <code>www-data</code> or whatever user your httpd is running under.
- <pre>chown www-data db/ db/sratch.db</pre>
+ <pre>chown www-data db/ db/scratch.db</pre>
3. Copy <code>config.php-dist</code> to <code>config.php</code> and edit path to Calibre, etc.