diff --git a/docs/content/en/installation.md b/docs/content/en/installation.md
index 9a8613c..f69ab14 100644
--- a/docs/content/en/installation.md
+++ b/docs/content/en/installation.md
@@ -41,7 +41,11 @@ app.use(
{
directive: 'tippy', // => v-tippy
component: 'tippy', // =>
- componentSingleton: 'tippy-singleton', // =>
+ componentSingleton: 'tippy-singleton', // => ,
+ defaultProps: {
+ placement: 'auto-end',
+ allowHTML: true,
+ }, // => Global default options * see all props
}
)