diff --git a/README.md b/README.md index 7ac974a..9a4676d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ In Erlang: -include_lib("kernel/include/logger.hrl") -handle_event([web, request, done], #{latency := Latency}, #{path := Path, +handle_event([web, request, done], #{latency := Latency}, #{request_path := Path, status_code := Status}, _Config) -> ?LOG_INFO("[~s] ~p sent in ~p", [Path, Status, Latency]).