Skip to content

Commit ffcd03a

Browse files
authored
docs: fix reference to datadog.ContextServerVariables (#1734)
1 parent a086267 commit ffcd03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ When talking to a different server, like the `eu` instance, change the `ContextS
101101

102102
```go
103103
ctx = context.WithValue(ctx,
104-
common.ContextServerVariables,
104+
datadog.ContextServerVariables,
105105
map[string]string{
106106
"site": "datadoghq.eu",
107107
})

0 commit comments

Comments
 (0)