From 1a26d9656edc09da682f1f44590f8a0f8cc3de71 Mon Sep 17 00:00:00 2001 From: Jamie Barton Date: Sun, 15 Sep 2024 08:51:25 +0100 Subject: [PATCH] update readme --- examples/htmx-blade/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/htmx-blade/README.md b/examples/htmx-blade/README.md index 0f9dd5c..baa45b1 100644 --- a/examples/htmx-blade/README.md +++ b/examples/htmx-blade/README.md @@ -1,6 +1,6 @@ -# Context Example +# HTMX Example -This example demonstrates how to pass a render closure to context and generate a view using the latte template engine. +This example demonstrates how to use htmx with Blade and Dumbo. ## Running the Example @@ -16,7 +16,7 @@ This example demonstrates how to pass a render closure to context and generate a composer start ``` -3. Access the demo route: +3. Access the demo: ```bash curl http://localhost:8000