Skip to content

Commit

Permalink
docs: typo VNS -> VNC
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed May 15, 2024
1 parent a2d3bcc commit c842acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c842acb

Please sign in to comment.