From 2e0ea8f8d27db2cabe5958f0c01ef66940b5ccc3 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 23 Nov 2014 15:11:22 -0600 Subject: update plugins doc to remove include of rebar header --- doc/plugins.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') 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]). -- cgit v1.1