Skip to content

Commit d0e0df3

Browse files
authored
docs: add missing backticks
1 parent d1936c6 commit d0e0df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ void Example()
228228
Discovery v2 is only available on Cloud Pak for Data.
229229

230230
## Transaction IDs
231-
Every SDK call returns a response with a transaction ID in the X-Global-Transaction-Id header. Together the service instance region, this ID helps support teams troubleshoot issues from relevant logs.
231+
Every SDK call returns a response with a transaction ID in the `X-Global-Transaction-Id` header. Together the service instance region, this ID helps support teams troubleshoot issues from relevant logs.
232232

233233
```cs
234234
AssistantService service = new AssistantService("{version-date}");
@@ -248,7 +248,7 @@ catch(Exception e)
248248
}
249249
```
250250

251-
However, the transaction ID isn't available when the API doesn't return a response for some reason. In that case, you can set your own transaction ID in the request. For example, replace <my-unique-transaction-id> in the following example with a unique transaction ID.
251+
However, the transaction ID isn't available when the API doesn't return a response for some reason. In that case, you can set your own transaction ID in the request. For example, replace `<my-unique-transaction-id>` in the following example with a unique transaction ID.
252252

253253
```cs
254254
void Example()

0 commit comments

Comments
 (0)