diff --git a/lib/beacon/data_source/behaviour.ex b/lib/beacon/data_source/behaviour.ex index 7e78ed2c..95bfc05d 100644 --- a/lib/beacon/data_source/behaviour.ex +++ b/lib/beacon/data_source/behaviour.ex @@ -16,8 +16,9 @@ defmodule Beacon.DataSource.Behaviour do <%= @beacon_live_data[:year] %> - Note that module has to be linked to your site by providing - its name to `beacon_site/2` in your app router. + Your data source module has to be informed in your site's config `:data_source` to be loaded, + see `Beacon.Config` for more info and examples. + """ @optional_callbacks page_title: 2, meta_tags: 2