From 3b4e61ac1444c95118afad685bc99fda543ce244 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Fri, 29 Sep 2023 10:35:13 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 769289b..5ef1655 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a KOreader sync server, implemented in Rust. It uses the crates *axum*, - Nginx (or Apache) webserver as a reverse proxy, since kosyncrs only listens locally and uses HTTP. ## Installation -Just compile it with `cargo build --release`. You can then copy the executable for example to `/usr/local/bin/`. If you want to start the service automatically, you can adopt the example systemd file for your needs. You can also use nginx as a reverse proxy, so that the sync server listens on port 443. +Just compile it with `cargo build --release`. You can then copy the executable for example to `/usr/local/bin/`. If you want to start the service automatically, you can adapt the example systemd file for your needs. You can also use nginx as a reverse proxy, so that the sync server listens on port 443. ## Todo - Test, if it really works, and if it works reliably. Feedback is very welcome!