diff --git a/README.md b/README.md index 9e6668f..08f3d41 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ Otherwise, use it with the Erlang shell: ```erlang # rebar3 shell -1> chorer:generate("./examples/ticktack/tictacstop.erl", "start/0"). -finished +1> chorer:generate("./examples/ticktack/tictacstop.erl", start/0). +... +[INFO] Finished! ``` ### Output