diff --git a/packages/amazon-cognito-identity-js/README.md b/packages/amazon-cognito-identity-js/README.md index 7da5e3b7872..c674e69b10a 100644 --- a/packages/amazon-cognito-identity-js/README.md +++ b/packages/amazon-cognito-identity-js/README.md @@ -273,6 +273,9 @@ The usage examples below use the unqualified names for types in the Amazon Cogni ```javascript + + import * as AWS from 'aws-sdk/global'; + var authenticationData = { Username : 'username', Password : 'password',