Skip to content

Commit 657e5b6

Browse files
authored
FIX: typo in readme
1 parent ac7a755 commit 657e5b6

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)