diff --git a/README.md b/README.md index 08167de..333607f 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Bootsnap cache misses can be monitored though a callback: Bootsnap.instrumentation = ->(event, path) { puts "#{event} #{path}" } ``` -`event` is either `:miss` or `:stale`. You can also call `Bootsnap.log!` as a shortcut to +`event` is either `:miss`, `:stale` or `:revalidated`. You can also call `Bootsnap.log!` as a shortcut to log all events to STDERR. To turn instrumentation back off you can set it to nil: