Skip to content

Commit a9feb1a

Browse files
authored
Update behaviour.ex
1 parent b5dceeb commit a9feb1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/beacon/data_source/behaviour.ex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ defmodule Beacon.DataSource.Behaviour do
1616
1717
<%= @beacon_live_data[:year] %>
1818
19-
Note that module has to be linked to your site by providing
20-
its name to `beacon_site/2` in your app router.
19+
Your data source module has to be informed in your site's config `:data_source` to be loaded,
20+
see `Beacon.Config` for more info and examples.
21+
2122
"""
2223

2324
@optional_callbacks page_title: 2, meta_tags: 2

0 commit comments

Comments
 (0)