From 7f8382de755e779668d7610e53828685ba57ff69 Mon Sep 17 00:00:00 2001 From: YacineBel-Hadj <108869325+YacineBelHadj@users.noreply.github.com> Date: Tue, 12 May 2026 14:57:55 +0200 Subject: [PATCH] Update README with details on MEETNET credentials Clarify the explanation of credentials obtained after registration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 695bd32..d6ef8d8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The `mvbc` package is a Python client to interact with the [**Meetnet Vlaamse Ba To use the Meetnet Vlaamse Banken API, you first need to create an account and get credentials: 1. Go to the [Meetnet Vlaamse Banken registration page](https://meetnetvlaamsebanken.be/account/register?signin=37ffaa0bfd8682563a8290c0d73f7f95). -2. Once registered, you will obtain your `MEETNET_USERNAME` and `MEETNET_PASSWORD`. +2. Once registered, you will obtain your `MEETNET_USERNAME` and `MEETNET_PASSWORD`. These correspond to the username and password that you set yourself during the registration process. ### 2. Set Credentials as Environment Variables (Optional)