From b88977ffbed6c6ff6f257b2e1f6dae3ce9cde630 Mon Sep 17 00:00:00 2001 From: Ben Tillman Date: Tue, 30 Dec 2014 15:06:39 +1300 Subject: [PATCH] fix serialzied_attributes typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfb9f3c9..43ebd225 100644 --- a/README.md +++ b/README.md @@ -955,7 +955,7 @@ has no functionality when PaperTrail is used with version `5.0` or greater. # Enable support >> PaperTrail.config.serialized_attributes = true # Disable support ->> PaperTrail.config.serialzied_attributes = false +>> PaperTrail.config.serialized_attributes = false # Get current setting >> PaperTrail.serialized_attributes? ```