From 666efc7ebe207039c7f2af6d443950cd2b4b633f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 21 Jan 2017 20:39:36 -0500 Subject: [PATCH] Fixed markup --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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')