diff --git a/README.md b/README.md index 60bbe68..b6c0043 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Once you have your Twitter Bearer Token, copy and paste this into the attached " ```py def set_environment_variable(): - os.environ["BEARER_TOKEN"]="" + os.environ["BEARER_TOKEN"]="" return ```