Skip to content

Commit

Permalink
correction readme information
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Pedroso committed Jun 15, 2021
1 parent b054675 commit c7c2a6a
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 @@ -27,7 +27,7 @@ dynamic CREDENTIALS = {
'client_id': '', # Enter your client id
'client_secret': '', # Enter your client secret
'sandbox': false, # Enable or disable sandbox mode
'pix_cert': 'assets/certs/cert.key.pem', # Enter the certificate key directory
'pix_cert': 'assets/certs/cert.crt.pem', # Enter the certificate directory
'pix_private_key': 'assets/certs/cert.key.pem' # Enter the certificate key directory
};
Expand Down

0 comments on commit c7c2a6a

Please sign in to comment.