From 58e8f67f00a28a76485d6b7a2f861685943926bf Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 9 Aug 2021 01:47:59 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22a633a..7ebdb94 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ isn't of the highest priority, and is mostly for developers to hack on. "admin" with password "changeme". * Start adventure; the only and required command-line parameter is the path to - the configuration file. Alternatively, set this up in yoour init daemon; a + the configuration file. Alternatively, set this up in your init daemon; a systemd unit is provided in `deploy/adventure.example.service`. * It is required that you also set up a timer or cron job to run `gc.js` to @@ -44,4 +44,4 @@ isn't of the highest priority, and is mostly for developers to hack on. * It is also recommended that you put Adventure behind a reverse proxy, such as nginx. Adventure listens on port 3000 by default; and facilities to handle things such as static resources in the application are primitive and only - recommended for development. \ No newline at end of file + recommended for development.