Skip to content

Commit

Permalink
Fix DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 8, 2017
1 parent bbc3f9f commit bbef8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Lightweight Erlang server behaviour
]).

start_link(Name) ->
metal:start_link(?MODULE, Name, undefined).
metal:start_link(?MODULE, Name, Opts).

%% metal callbacks
init(_Name, _Parent, State) ->
init(_Name, _Parent, Opts) ->
{ok, State}.

handle_msg(_Msg, State) ->
Expand Down

0 comments on commit bbef8e7

Please sign in to comment.