From 76fa848a7f0a7342f1c8fc54f2a3dab0f490557a Mon Sep 17 00:00:00 2001
From: Manuel Kocher <manuel.kocher@tugraz.at>
Date: Thu, 9 Jun 2022 09:41:21 +0200
Subject: [PATCH] Update README.md with new attribute

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2ea0ba3a..52c91eaf 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ the version number in its `package.json` is higher than the version number on np
 | `unsubscribe`                 | Reserved for future use                                                           |
 | `auth`                        | Authentication information, set by the authentication component                   |
 | `lang`                        | Currently selected language, set by the language selector                         |
-| `lang-file`                   | Location of the i18n language file where all required i18n translations are       |
+| `lang-dir`                    | Location of the i18n language file where all required i18n translations are       |
 | `entry-point-url`             | Entry point url for all api requests                                              |
 | `requested-login-status`      | Used by the login buttons to trigger a login in auth components                   |
 | `initial-file-handling-state` | Used by the file-handling component to sync file source/sink at first time open   |
-- 
GitLab