From 9c4734172fc13e5d9fa81c6992fa3cfa7d903ec0 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Mon, 24 Nov 2025 17:15:27 +0000 Subject: [PATCH] docs: fix the admonition in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a31ad6..450f7b9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ command-line client for the API. There is a web frontend built with [Tailwind CS that enables client-side reactivity with [Datastar](https://data-star.dev/). -> [!INFO] +> [!NOTE] > This project was built with significant assistance from Github Copilot. I used it as a test-bed > for trying out newer agentic coding workflows, and to get some basic experience with Datastar, > which had attracted my attention.