diff --git a/README.md b/README.md
index bc4e6d2..913b8d2 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ poetry install
 To generate your static site, run the Grimoire command with your input YAML files. You can specify an output directory using the `-o` or `--output` flag.
 
 ```bash
-poetry run python -m grimoire -o output_directory input_file.yml
+poetry run python -m grimoire-ssg -o output_directory input_file.yml
 ```
 
 ### Example YAML File
diff --git a/grimoire/__main__.py b/grimoire-ssg/__main__.py
similarity index 100%
rename from grimoire/__main__.py
rename to grimoire-ssg/__main__.py