duo
duo copied to clipboard
Readme update
Readme says
>>> # The correct Table sub-class is matched by table name:
>>> table = duo.DynamoDB['my_hashkey_table']
but it should really say
>>> # The correct Table sub-class is matched by table name:
>>> table = db['my_hashkey_table']