From 7e1bc4bce9d707f19a22f3231e72957c575e8241 Mon Sep 17 00:00:00 2001 From: Cassey Lottman Date: Fri, 23 Apr 2021 11:03:42 -0500 Subject: [PATCH] link to motion demos from motion readme (#94) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a830ce9..fc83e59 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Ruby Code Style](https://img.shields.io/badge/Ruby_Code_Style-standard-brightgreen.svg)](https://github.com/testdouble/standard) [![JavaScript Code Style](https://img.shields.io/badge/JavaScript_Code_Style-standard-brightgreen.svg)](https://standardjs.com) -Motion allows you to build reactive, real-time frontend UI components in your Rails application using pure Ruby. +Motion allows you to build reactive, real-time frontend UI components in your Rails application using pure Ruby. Check out some [live examples](https://motion-demos.herokuapp.com) and [the code for the examples](https://github.com/unabridged/motion-demos). * Plays nicely with the Rails monolith you have. * Peacefully coexists with your existing tech: Strong Parameters, Turbolinks, Trix, React, Vue, etc.