diff --git a/README.md b/README.md index dddf5f202..ad0dd1494 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ As well as additional states on already integrated games. - GameGear (via Genesis Plus GX) - Genesis/Mega Drive (via Genesis Plus GX) - Master System (via Genesis Plus GX) - - 32x (via Picodrive) + - 32x (via Picodrive) ## Bug Fixes * Fixed UI flickering issue in OpenAI integration tool diff --git a/docs/conf.py b/docs/conf.py index 3aacdfe0c..c682324a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Farama Foundation" # The full version, including alpha/beta/rc tags -with open(os.path.join(os.path.dirname(__file__), "../VERSION")) as f: +with open(os.path.join(os.path.dirname(__file__), "../retro/VERSION")) as f: release = f.read()