Skip to content

Commit

Permalink
Merge pull request #223 from fronzbot/fronzbot-patch-1
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
fronzbot authored Apr 15, 2020
2 parents 26de89c + 2ebf2db commit 19c9178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ The credential file must be json formatted with a ``username`` and ``password``
.. code:: json
{
'username': 'YOUR USER NAME',
'password': 'YOUR PASSWORD'
"username": "YOUR USER NAME",
"password": "YOUR PASSWORD"
}
Cameras are instantiated as individual ``BlinkCamera`` classes within a ``BlinkSyncModule`` instance. All of your sync modules are stored within the ``Blink.sync`` dictionary and can be accessed using the name of the sync module as the key (this is the name of your sync module in the Blink App).
Expand Down

0 comments on commit 19c9178

Please sign in to comment.