From 20ba045e292b0da63e39d5fa7d951e0dcb0c9558 Mon Sep 17 00:00:00 2001 From: Craig Blanchette Date: Wed, 25 Mar 2026 23:38:16 -0400 Subject: [PATCH] Add link to sandbox --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7dbc54..3267d62 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ LiveCable is a Phoenix LiveView-style live component system for Ruby on Rails that tracks state server-side and allows you to call actions from the frontend using Stimulus with a React style state management API. -**Full documentation: [livecable.io](https://livecable.io)** +**Full documentation: [livecable.io](https://livecable.io)** | **Sandbox app: [live_cable_app](https://github.com/isometriks/live_cable_app)** ## Features