diff --git a/README.md b/README.md index bad0e2a6..ebb9d80a 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Widget.paper_trail_on! # Check whether PaperTrail is enabled for all widgets. Widget.paper_trail_enabled_for_model? -widget.paper_trail_enabled_for_model? +widget.paper_trail_enabled_for_model? # only available on instances of versioned models ``` And a `PaperTrail::Version` instance has these methods: