diff --git a/README.md b/README.md index 898a5b90..769896f5 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,7 @@ In addition to `document_id`, this block is used to define the field that is use ```ruby sort_by: lambda do |event| - eent["time"] + event["time"] end ```