Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot authored Apr 15, 2020
1 parent 26de89c commit 2ebf2db
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 2ebf2db

Please sign in to comment.