diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-23 15:11:22 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-24 18:52:24 -0600 |
commit | 2e0ea8f8d27db2cabe5958f0c01ef66940b5ccc3 (patch) | |
tree | 80d211c063c317e4cd3ab6515a509e1775bc3c36 /doc | |
parent | 6914429bc6e35fe5f30dc83fcc32e2f724c8be81 (diff) |
update plugins doc to remove include of rebar header
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]). |