Browse Source

Update README.md

Roberto Ostinelli 10 years ago
parent
commit
2f3c10b948
1 changed files with 0 additions and 1 deletions
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -139,7 +139,6 @@ For instance, if you want to print a log when a process exited:
 
 
 callback_on_process_exit(Key, Pid, Reason) ->
 callback_on_process_exit(Key, Pid, Reason) ->
 	error_logger:info_msg("Process with Key ~p and Pid ~p exited with reason ~p~n", [Key, Pid, Reason])
 	error_logger:info_msg("Process with Key ~p and Pid ~p exited with reason ~p~n", [Key, Pid, Reason])
-end.
 ```
 ```
 
 
 Set it in the options:
 Set it in the options: