diff --git a/README.rst b/README.rst index 784dd90..85590ee 100644 --- a/README.rst +++ b/README.rst @@ -21,11 +21,10 @@ This library was built with the intention of allowing easy communication with Bl **Usage** ========= -In terms of usage, you just need to instantiate the module with a username and password: +In terms of usage, you just need to instantiate the module with a username and password :: import blinkpy - blink = blinkpy.Blink(username='YOUR USER NAME', password='YOUR PASSWORD')