diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/plugins.md b/doc/plugins.md index 5ba8e65..ae43355 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -75,8 +75,6 @@ Open up the `src/provider_todo.erl` file and make sure you have the following sk -export([init/1, do/1, format_error/1]). --include_lib("rebar3/include/rebar.hrl"). - -define(PROVIDER, todo). -define(DEPS, [app_discovery]). |