From 51588528c51390ab89d173caa96bf4f7b4673bee Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Wed, 19 Dec 2018 15:31:35 -0600 Subject: [PATCH] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 345adc0..52e44ad 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,7 @@ _You'll find some information in the [rebar3 configuration][rebar3cfg] documenta ### Add The Plugin -The following addition to `rebar.config` makes the plugin available for use with your dependencies: - -```erlang -{plugins, [ - {rebar_raw_resource, - {git, "git://github.com/basho/rebar_raw_resource.git", - {branch, "master"}}} -]}. -``` - -This plugin is also available on [hex][hex], so this ought to work: +The following addition to `rebar.config` makes the plugin available for use with your dependencies. Since it is available on [hex][hex], this ought to work: ``` {plugins, [ rebar_raw_resource ] }.