Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Fixed code in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shouryaps committed Oct 10, 2019
1 parent bfe4ce6 commit 3e6d9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ import finbox_bankconnect as bc
bc.api_key = "YOUR_API_KEY"

# create an entity object
entity = Entity.create()
entity = bc.Entity.create()

# upload a statement pdf
entity.upload_statement('path_to_file.pdf')
Expand Down

0 comments on commit 3e6d9fd

Please sign in to comment.