Skip to content

Commit abb041e

Browse files
authored
Escape incorrect html tag in README (#1583)
1 parent fea0520 commit abb041e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This client includes access to Datadog API endpoints while they are in an unstab
6363
configuration.unstableOperations["<version>.<operationName>"] = true
6464
```
6565

66-
where <operationName> is the name of the method used to interact with that endpoint. For example: `listLogIndexes`, or `getLogsIndex`.
66+
where `<operationName>` is the name of the method used to interact with that endpoint. For example: `listLogIndexes`, or `getLogsIndex`.
6767

6868
### Changing Server
6969

0 commit comments

Comments
 (0)