From 5701e74efb41e68c314c4c2a3c47f4bfc7d924f2 Mon Sep 17 00:00:00 2001 From: Diego Frias <96022404+dzfrias@users.noreply.github.com> Date: Thu, 12 Jan 2023 20:26:11 -0800 Subject: [PATCH] Fix link to counters_stable in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4444bebd..571f21c5e 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ If you’re on `stable`, note the following: 1. You need to enable the `"stable"` flag in `Cargo.toml`: `leptos = { version = "0.1.0-alpha", features = ["stable"] }` 2. `nightly` enables the function call syntax for accessing and setting signals. If you’re using `stable`, you’ll just call `.get()`, `.set()`, or `.update()` manually. Check out the - [`counters-stable` example](https://github.com/gbj/leptos/blob/main/examples/counters-stable/src/main.rs) + [`counters_stable` example](https://github.com/gbj/leptos/blob/main/examples/counters_stable/src/main.rs) for examples of the correct API. ## `cargo-leptos`