From 78b6a49538788c0b3c86eccc42e85434e6cd37ad Mon Sep 17 00:00:00 2001 From: Manuel Transfeld Date: Sat, 21 Dec 2024 12:06:53 +0100 Subject: [PATCH] fix link --- examples/counter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/counter/README.md b/examples/counter/README.md index 658c5aedc..b52a37379 100644 --- a/examples/counter/README.md +++ b/examples/counter/README.md @@ -92,7 +92,7 @@ If you don't have it already, install the `dx` CLI tool: cargo install dioxus-cli ``` -To build and run the [Dioxus]https://dioxuslabs.com/) web app: +To build and run the [Dioxus](https://dioxuslabs.com/) web app: ``` cd web-dioxus