From ac7e71a7fda1fe18b563b9f7816619825c40ae73 Mon Sep 17 00:00:00 2001 From: Chris Miller Date: Mon, 15 Jun 2020 15:41:29 -0500 Subject: [PATCH] readme updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 632bb18..2842379 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An Octane-ready decorator which provides form-field validation state by utilizing [ember-validators](https://github.com/offirgolan/ember-validators) validators. -This addon takes heavy inspiration, and is based mostly upon, the work in [`ember-cp-validations`](https://github.com/offirgolan/ember-cp-validations), but with a more straightforward approach, and smaller API. +This addon takes heavy inspiration, and is based mostly upon, the work in [`ember-cp-validations`](https://github.com/offirgolan/ember-cp-validations), but takes the reactive decorator approach rather than the Mixin approach. ## Compatibility