From 0fb4b2463a7bb0c9dc9ee5b8d676869e2d040b72 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:33:38 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e486bd..3f0cef4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Demonstrates the use of a Phlex app that maps closely to the database tables of ## Embedded Phlex views in controllers -Phlex classes are used to render HTML views. Now Erb, partials, or templates are used. This demonstrates the feasiblity of component-driven application development with Rails. +Phlex classes are used to render HTML views. No Erb, partials, or templates are used. This demonstrates the feasiblity of component-driven application development with Rails. Here's an example of a controller with embedded Phlex classes: