Skip to content

Commit

Permalink
fix quickstart documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gee committed Mar 22, 2019
1 parent 518fe1f commit 554a456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/quickstart.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Quickstart Guide
======================

**Import Basiq Rapid into Python**
**Import Basiq Rapid into Python**::

import basiqrapid as bq

Expand All @@ -14,7 +14,7 @@ Quickstart Guide
**Get institutions**::

institution_dict = session.getInstitutions()
wbc_code = institution_dict['Westpac']
wbc_code = institution_dict['Westpac Banking Corporation']

**Create a User**::

Expand Down

0 comments on commit 554a456

Please sign in to comment.