aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/examples.md
diff options
context:
space:
mode:
authorjade Sparkles2026-04-28 22:31:24 +0100
committerjade Sparkles2026-04-28 22:31:24 +0100
commitab498f3a772c7e13139c79057c9eabde68aa952a (patch)
treeaf343bf75ae0c8e1361bbba917ff3d5aa72bbc1b /docs/examples.md
parentc38bcb25aa1805009e399cea40e66d6f31195744 (diff)
responses and simple transports
Diffstat (limited to 'docs/examples.md')
-rw-r--r--docs/examples.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples.md b/docs/examples.md
index 9d2a6d1..e10e646 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -8,5 +8,5 @@ Example of constructing a service and writing it out:
Example of reading a service in and printing it for debugging:
\include read-service.example.c
-Example of making a request (to stdout instead of a transport):
-\include write-request.example.c
+Example of making a request to a daemon via TCP transport:
+\include fetch-tcp.example.c