From cf3159cb5c41cdba0b5eb2adbfb00b719229d5d8 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 2 Oct 2024 22:39:08 +0500 Subject: [PATCH] Update README.md --- kasmvnc/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kasmvnc/README.md b/kasmvnc/README.md index 53365ab..6fea1d6 100644 --- a/kasmvnc/README.md +++ b/kasmvnc/README.md @@ -13,9 +13,10 @@ Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and ```tf module "kasmvnc" { - source = "registry.coder.com/modules/kasmvnc/coder" - version = "1.0.20" - agent_id = coder_agent.example.id + source = "registry.coder.com/modules/kasmvnc/coder" + version = "1.0.20" + agent_id = coder_agent.example.id + desktop_environment = "xfce" } ```