Skip to content

Commit fd1db46

Browse files
author
Simon
committed
typo
1 parent e83ca9a commit fd1db46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The code has been updated for PHP 8 (constructor property promotion, enums, immu
3939

4040
All resources (`Payment`, `Creditor`, `Debtor`, `SearchResult`) are now immutable.
4141

42-
So if you are migration your code from 1.x to 2.x, make sure to use the enums for PaymentStatus, QR code size, color & format.
42+
**So if you are migrating your code from 1.x to 2.x, make sure to use the enums for PaymentStatus, QR code size, color & format, instead of the old constants**
4343

4444
Setters on resources no longer exist.
4545

0 commit comments

Comments
 (0)