Skip to content

Commit

Permalink
docs: fix typo for anilist login command
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoAlphaX committed Jan 5, 2025
1 parent 3c5106c commit a1744fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastanime/cli/commands/anilist/notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1744fc

Please sign in to comment.