Skip to content

Commit 2aa4c17

Browse files
authored
Merge pull request #385 from galesky-a/fix-readme-clients
FIX: typo in readme
2 parents 7cd4d29 + 657e5b6 commit 2aa4c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This library offers two ways to initialize and use the Adyen API services.
6161

6262
#### Using all services
6363

64-
For simple scripts or applications that only use a single set of API credentials, you can use the main `Adyen` object. This creates a convenient "facade" that loads and provides easy access to all available APIs. Keep in mind that different API keys will have different scopes so you may still need need more than one instance.
64+
For simple scripts or applications that only use a single set of API credentials, you can use the main `Adyen` object. This creates a convenient "facade" that loads and provides easy access to all available APIs. Keep in mind that different API keys will have different scopes so you may still need more than one instance.
6565

6666
~~~~python
6767
import Adyen

0 commit comments

Comments
 (0)