Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SGDEX also includes components that make it easier to:
Follow these steps to prepare your channel to use SGDEX components:

* Copy the `extentions/SGDEX` folder into your channel so that the path to the folder is `pkg:/components/SGDEX`. _This path is required for certain graphic elements to work correctly._
* Copy `library/SGDEX.brs` into your channel so that the path to the file is `pkg:/source/SGDEX.brs`
* Copy `extensions/SGDEX.brs` into your channel so that the path to the file is `pkg:/source/SGDEX.brs`
* Add this line to your manifest: `bs_libs_required=roku_ads_lib`

You are now ready to use SGDEX components in your channel!
Expand Down