diff --git a/README.md b/README.md index d09d53c..c27b7e2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ except RTMError as e: from rtmilk.authorization import AuthorizationSession authenticationSession = AuthorizationSession(API_KEY, SHARED_SECRET, 'delete') -input(f"Go to {authenticationSession.url} and authorize. Then Press ENTER") +input(f'Go to {authenticationSession.url} and authorize. Then Press ENTER') token = authenticationSession.Done() print(f'Authorization token is {token}') ```