diff --git a/README.md b/README.md index 6a254a0..a6d1e16 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ class MyStuff < ActiveRecord::Base end ``` +*Note: The `name` part in the following method calls refers to the `:name` field. Replace it to match your searchable attribute.* + Index your model (will happen automatically for new/updated records): ```ruby