diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2014-11-24 20:10:26 -0500 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2014-11-24 20:10:26 -0500 |
commit | 8792c5488390b39286bc183a6fccdbf5eef209e2 (patch) | |
tree | 829395dfd7beaa41c901005e060c8f752273806c /doc/plugins.md | |
parent | 79192124cfbe1c017a5e5c4910cb51b7fde42e84 (diff) | |
parent | 414621fb82b796aa6c4f329958694a2c3faa5116 (diff) |
Merge pull request #21 from tsloughter/master
update provider template for changes to format_error/1
Diffstat (limited to 'doc/plugins.md')
-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]). |