Skip to content

Commit

Permalink
Minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
hbldh committed Mar 22, 2024
1 parent 8e6c1a6 commit e1d77b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Getting Started
===============

PyBankID use BankID JSON API version 6.0 released in May 2023.
PyBankID uses BankID JSON API version 6.0 released in May 2023.

Installation
------------
Expand All @@ -25,9 +25,10 @@ PyBankID makes use of the following external packages:
Using the client
----------------

PyBankID provide both a synchronous and an asynchronous client for
PyBankID provides both a synchronous and an asynchronous client for
communication with BankID services. Example below will use the asynchronous
client, but the synchronous client is used in the same way.
client, but the synchronous client is used in the same way by merely omitting
the ``await`` keyword.

Get started by importing and initializing the client:

Expand Down

0 comments on commit e1d77b3

Please sign in to comment.