From 999c73fa75bd0f35617feee86656221d5a53dcb8 Mon Sep 17 00:00:00 2001 From: jcorporation Date: Sun, 15 Jul 2018 23:43:34 +0100 Subject: [PATCH] cleanup: typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d071a94..c435f0e 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ SSL --- 1. Create ca and certificate ```/path/to/src/contrib/crcert.sh``` (mkrelease.sh do this for you). -2. Start mympd with ```-S``` (use default certificate under ```/etc/mympd/ssl/```). +2. Start myMPD with ```-S``` (use default certificate under ```/etc/mympd/ssl/```). 3. Import ```/etc/mympd/ssl/ca/ca.pem``` in your browser to trust the certificate. 4. myMPD redirects http requests to https, ensure that myMPD hostname is resolvable.