diff --git a/packages/auth/README.md b/packages/auth/README.md
index 9ac827e5b287fbd019f25bd7ac0e6c54a4812071..91839c7ca09a8e786e104b5ca5d6f7b52156bcad 100644
--- a/packages/auth/README.md
+++ b/packages/auth/README.md
@@ -20,7 +20,7 @@ npm i @dbp-toolkit/auth
 - `lang` (optional, default: `de`): set to `de` or `en` for German or English
     - example `<dbp-auth-keycloak lang="de" </dbp-auth-keycloak>`
 - `load-person` (optional, default: off): if enabled the logged in user will also be loaded as `Person`
-   in the `window.DBPPerson` variable
+   in the `auth.person` attribute (see below)
     - example `<dbp-auth-keycloak load-person></dbp-auth-keycloak>`
 - `force-login` (optional, default: off): if enabled a login will be forced, there never will be a login button
     - example `<dbp-auth-keycloak force-login></dbp-auth-keycloak>`