README.md in x-editable-rails-1.5.3 vs README.md in x-editable-rails-1.5.4

- old
+ new

@@ -118,10 +118,10 @@ source = [ "Active", "Disabled" ] classes = { "Active" => "label-success", "Disabled" => "label-default" } editable @model, :enabled, source: source, classes: classes, class: "label" ``` -* **nested** - Name of a nested attributes (such as [gobalize](https://github.com/globalize/globalize)'s `translations`) +* **nested** - Name of a nested attributes (such as [globalize](https://github.com/globalize/globalize)'s `translations`) * **nid** - ID of the nested attribute ```ruby %h1= editable @model, :name, nested: :translations, nid: @model.translation.id