From aadeac66950d00d5ab00b01d0eb24378119be2c0 Mon Sep 17 00:00:00 2001 From: cws Date: Sun, 2 Feb 2020 13:19:52 +0100 Subject: [PATCH] minor changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2695f98..c02af92 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,5 @@ You should see the message `Listening on http://localhost:7000`. - copy the work folder `ghost-contact-form` to your server - use `ghost-contact.service` as a starting point for running `ghost-contact-svc.js` as a systemd deamon - configure your webserver to map endpoint `http://localhost:7000/` to a public endpoint, e.g. `https://api.your-blog.com/` -- Use the files in folder `ghost-admin` to configure your front-end +- Use the files in folder `ghost-admin` to configure your Ghost front-end - Other front-end config files upon request!