diff --git a/README.md b/README.md index 22f3e7d..e816e6b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Right now it only lists subtitles from OpenSubtitles, but has the ability to sea 3. Install subliminal: `python -m pip install subliminal` should do the trick ### Installation -Copy subselect.lua and subselect.py into your script folder +Copy the subselect folder containing main.lua and subselect.py into your script folder ### Configuration Changing the configuration is optional. Options: diff --git a/subselect.lua b/subselect/main.lua similarity index 100% rename from subselect.lua rename to subselect/main.lua diff --git a/subselect.py b/subselect/subselect.py similarity index 100% rename from subselect.py rename to subselect/subselect.py