From 24db95f442c92eed59a3498e4fa1580e99df7a08 Mon Sep 17 00:00:00 2001 From: Joel Warrington Date: Wed, 29 May 2024 12:10:45 -0600 Subject: [PATCH] Update README.md Co-authored-by: Hans Lemuet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd3f4ed..acf16d5 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,8 @@ end Add your component which can optionally inherit from: -- ViewComponent::Form::FieldComponent (suggested when adding a field because of helpers) -- ViewComponent::Form::BaseComponent +- `ViewComponent::Form::FieldComponent` (suggested when adding a field because of helpers) +- `ViewComponent::Form::BaseComponent` - or any of the `ViewComponent::Form::*Component` such as `ViewComponent::Form::TextFieldComponent` ```rb