diff --git a/pyproject.toml b/pyproject.toml index 2d5bbc0..dc3a183 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,4 +40,4 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] # CLI declaration -tap-instagram = 'tap_megaphone.tap:TapMegaphone.cli' \ No newline at end of file +tap-megaphone = 'tap_megaphone.tap:TapMegaphone.cli' \ No newline at end of file