Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading