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.