From 21eb6acc2fdf0c43a2a1f6d4892cbd253909f82b Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 21 Jul 2026 20:36:56 -0500 Subject: Update the image Make it expand so it's not tiny --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 7efa681..f312b20 100644 --- a/readme.md +++ b/readme.md @@ -128,8 +128,9 @@ title: querying a resource --- sequenceDiagram participant db@{"type": "database"} + participant host actor client - client ->> host : REQ resource 123 + client ->> host : GET /resource/123 host ->> db : select * from resources where id = 123 db ->> host : 0 rows host ->> client : 404 - File not Found @@ -137,7 +138,7 @@ sequenceDiagram ]] ``` -trbldoc pipeline diagram +trbldoc pipeline diagram In addition, you can add new kinds of comment blocks, here's how you would add comment blocks for [Nim](https://nim-lang.org/) @@ -276,3 +277,4 @@ tests/ integration/ Integration tests ``` + -- cgit v1.2.3-70-g09d2