diff --git a/README.md b/README.md
index 901acf8..3c53645 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,18 @@ app.use(PDFObjectPlugin);
app.mount('#app');
```
+Or to import in a single component
+```
+
+
+
+
+```
+
## Links
PDFObject documentation https://pdfobject.com
diff --git a/src/index.js b/src/index.js
index 03ce386..f067674 100644
--- a/src/index.js
+++ b/src/index.js
@@ -6,4 +6,7 @@ const PDFObjectVuePlugin = {
}
};
-export default PDFObjectVuePlugin;
\ No newline at end of file
+
+export { PDFObjectComponent as PdfObject };
+
+export default PDFObjectVuePlugin;