Merge pull request #49 from sudoAlphaX/anilist-login-typo

docs: fix typo for anilist login command
This commit is contained in:
Benedict Xavier
2025-01-05 23:29:53 +03:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ def notifier(config: "Config"):
if not config.user:
print("Not Authenticated")
print("Run the following to get started: fastanime anilist loggin")
print("Run the following to get started: fastanime anilist login")
exit(1)
run = True
# WARNING: Mess around with this value at your own risk