diff --git a/packages/person-select/README.md b/packages/person-select/README.md
index 65ca8fd81e0afaa5b2ca49e50cad39dcd7918bad..e831e10ad05e10909a33b1eb2259944731889f9f 100644
--- a/packages/person-select/README.md
+++ b/packages/person-select/README.md
@@ -2,6 +2,17 @@
 
 [GitLab Repository](https://gitlab.tugraz.at/VPU/WebComponents/PersonSelect)
 
+## Usage
+
+```html
+<vpu-person-select></vpu-person-select>
+```
+
+## Attributes
+
+- `lang` (optional, default: `de`): set to `de` or `en` for German or English
+    - example `<vpu-person-select lang="de"></vpu-person-select>`
+
 ## Local development
 
 ```bash