From 07f7e18298c0a1d9c62c4008db9eb24d473dda1b Mon Sep 17 00:00:00 2001 From: vajonam <152501+vajonam@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:29:44 -0400 Subject: [PATCH] fix: typo Signed-off-by: vajonam <152501+vajonam@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d84c6c..9c1e2f4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Below are the default values for various environment variables: - `DISPLAY=:0`: Sets the DISPLAY variable (usually left as 0). - `VGL_DISPLAY=egl`: Required for HW 3D acceleration with EGL support on the HOST graphics driver. - `SUPD_LOGLEVEL=INFO`: Specifies the log level for supervisord. Set to `TRACE` to see output for various commands helps if you are debugging something. See superviosrd manual for possible levels. -- `ENABLEHWGPU=:` Enables HW 3D acceleration. Default is `false` to maintaing backward compatability. +- `ENABLEHWGPU=:` Enables HW 3D acceleration. Default is `false` to maintain backward compatability. - `VNC_RESOLUTION=1280x800`: Defines the resolution of the VNC server. - `VNC_PASSWORD=`: Defaults to no VNC password, but you can add one here. - `NOVNC_PORT=8080`: Sets the port for the noVNC HTML5/web interface.