Skip to content

Commit 0675e6f

Browse files
committed
Tweak to examples.md to fix print plugin bug
You need to have some content before the first heading for the print plugin to generate an appropriate reference anchor for the first heading
1 parent 4e60700 commit 0675e6f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Examples of some common `HttpCommand` use cases.
2+
13
## Interacting with Web Services
24
A web service will generally have a published API which describes how to interact with the service. This API will be your guide for how to build requests using `HttpCommand` to access the web service. In many cases, the API will also describe the format of the data it returns in the `content-type` header.
35

0 commit comments

Comments
 (0)