From c842acb9efc05f5f98a3fe4169a875ef4e4fcd6a Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 15 May 2024 21:12:44 +0200 Subject: [PATCH] docs: typo VNS -> VNC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d993d07..3c20121 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ As of writing the following features are supported * `vnc` (enabled by default): Starts a VNC server, where users can connect to. Needs `libvncserver-dev` to be installed. Please note that the VNC server offers basically no latency, but consumes quite some CPU. * `alpha` (disabled by default): Respect alpha values during `PX` commands. Disabled by default as this can cause performance degradation. -To e.g. turn the VNS server off, build with +To e.g. turn the VNC server off, build with ```bash cargo run --release --no-default-features # --features alpha,vnc to explicitly enable