Skip to content

Commit 4c993d3

Browse files
authored
Fix code-server docu (coder#147)
1 parent 5a7e3f6 commit 4c993d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code-server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Enter the `<author>.<name>` into the extensions array and code-server will autom
5656
Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) file:
5757

5858
```tf
59-
module "settings" {
59+
module "code-server" {
6060
source = "registry.coder.com/modules/code-server/coder"
6161
version = "1.0.2"
6262
agent_id = coder_agent.example.id
@@ -72,7 +72,7 @@ module "settings" {
7272
Just run code-server in the background, don't fetch it from GitHub:
7373

7474
```tf
75-
module "settings" {
75+
module "code-server" {
7676
source = "registry.coder.com/modules/code-server/coder"
7777
version = "1.0.2"
7878
agent_id = coder_agent.example.id
@@ -85,7 +85,7 @@ module "settings" {
8585
Just run code-server in the background, don't fetch it from GitHub:
8686

8787
```tf
88-
module "settings" {
88+
module "code-server" {
8989
source = "registry.coder.com/modules/code-server/coder"
9090
version = "1.0.2"
9191
agent_id = coder_agent.example.id

0 commit comments

Comments
 (0)