Skip to content

Commit

Permalink
Merge pull request capless#45 from capless/fix_readme
Browse files Browse the repository at this point in the history
Fixed wrong line in README
  • Loading branch information
bjinwright authored Sep 15, 2017
2 parents 1d610f9 + afc43ae commit d109924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ pool_region or `boto3` client. Afterwards, the `authenticate_user` class method
import boto3
from warrant.aws_srp import AWSSRP

client = boto3('cognito-idp')
client = boto3.client('cognito-idp')
aws = AWSSRP(username='username', password='password', pool_id='user_pool_id',
client_id='client_id', client=client)
tokens = aws.authenticate_user()
Expand Down

0 comments on commit d109924

Please sign in to comment.