From 80144f310a0a63484667b89d42f45fd4af3a6f11 Mon Sep 17 00:00:00 2001 From: Michael Clayton Date: Wed, 24 Jul 2019 16:10:59 -0700 Subject: [PATCH] language cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0d6f596..5499835b 100644 --- a/README.md +++ b/README.md @@ -665,8 +665,8 @@ _NOTE:_ The field-level setting overrides the global config setting (for the fie --- -Blueprinter provides the ability to specify `transform`s on views, which will enable -the processing and transforming of resulting view field hashes prior to serialization. +Blueprinter provides the ability to specify `transform`s on views, which enable further +processing and transforming of resulting view field hashes prior to serialization. Use `transform` to specify one transformer to be included for serialization. A transformer is a class, extending `Blueprinter::Transformer` and implementing the `transform` method.