Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Nov 27, 2019
1 parent d3d2819 commit 292c065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).

Expand Down

0 comments on commit 292c065

Please # to comment.