From b7e229fbe69dd8f49eaba5419beac49ea1170e1c Mon Sep 17 00:00:00 2001 From: John Bledsoe <59550+johnbcodes@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:42:01 -0400 Subject: [PATCH] chore(docs): Add clarifications --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92fd6a2..bc29369 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # hotwire-turbo -> Rust implementation of the [Turbo Rails Tutorial](https://www.hotrails.dev/turbo-rails) artifact. +> Rust implementation of the [Turbo Rails Tutorial](https://www.hotrails.dev/turbo-rails). ### Motivation and caveats @@ -23,6 +23,7 @@ of the tutorial being left out: Additionally, there were some other features and integral parts of Rails that haven't been replicated yet: +* The look and feel deviates from [demo](https://www.hotrails.dev/quotes) because the author has made some UI enhancements * Viewports less than tablet sizing * "to_sentence" on ValidationErrors struct for flash message * Only add border color to fields with errors