diff --git a/README.md b/README.md index d66a8bc..6b0b2da 100644 --- a/README.md +++ b/README.md @@ -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!