diff --git a/lib/elixtagram.ex b/lib/elixtagram.ex index 1c1b737..6b39358 100644 --- a/lib/elixtagram.ex +++ b/lib/elixtagram.ex @@ -36,7 +36,7 @@ defmodule Elixtagram do iex(1)> Elixtagram.configure(:global, "MY-TOKEN") :ok """ - defdelegate configure(:global, token), to: Elixtagram.Config, as: :configure + defdelegate configure(scope, token), to: Elixtagram.Config, as: :configure @doc """ Returns the url you will need to redirect a user to for them to authorise your