From b21d066c8daeb66a252ab1728c24a1d80bcb292c Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Tue, 2 Jan 2024 10:17:20 +0600 Subject: [PATCH] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2929311..c0f7830 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ In your `main.ts` file, import the library and register it as a plugin: import { createApp } from "vue" import App from "./App.vue" // Import the library -import HoppUI from "@hoppscotch/ui" +import { plugin as HoppUI } from "@hoppscotch/ui" // Import the styles import "@hoppscotch/ui/style.css"