diff --git a/README.md b/README.md index 1b9d61a..8fee0cb 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Currently supported banks: | OCBC | ✅ | ✅ | | Standard Chartered | ✅ | ❌ | | UOB | ✅ | ✅ | +| ZKB | ❌ | ✅ | # Installation diff --git a/webapp/constants.py b/webapp/constants.py index acc1ec0..18a75aa 100644 --- a/webapp/constants.py +++ b/webapp/constants.py @@ -13,4 +13,5 @@ | OCBC | ✅ | ✅ | | Standard Chartered | ✅ | ❌ | | UOB | ✅ | ✅ | +| ZKB | ❌ | ✅ | """