diff --git a/README.md b/README.md
index 8c53736b..02e85865 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Vue component for rich content strings
-[](https://www.npmjs.com/package/@juliushaertl/vue-richtext) [](https://dependabot.com)
+[](https://www.npmjs.com/package/@nextcloud/vue-richtext) [](https://dependabot.com)
This library provides a simple vue component to render text with rich placeholder replacements.
The parameters that are replaced can either be a string or an object that allows rendering any Vue component into the text.
@@ -10,7 +10,22 @@ Markdown can be used for basic text formatting.
## Installation
```sh
-npm install --save @juliushaertl/vue-richtext
+npm install --save @nextcloud/vue-richtext
+```
+
+## Usage
+
+### Importing the vue component
+
+```
+import { RichText } from '@nextcloud/vue-richtext'
+```
+
+### Importing the shipped stylesheets
+
+```
+@import '@nextcloud/vue-richtext/dist/style.css';
+
```
## Basic usage with simple text placeholders
@@ -28,7 +43,7 @@ npm install --save @juliushaertl/vue-richtext
+
diff --git a/src/ReferenceWidget.vue b/src/ReferenceWidget.vue
new file mode 100644
index 00000000..035a24bc
--- /dev/null
+++ b/src/ReferenceWidget.vue
@@ -0,0 +1,190 @@
+
+