Skip to content

Commit

Permalink
Merge pull request #2 from xenomech/docs/update-readme
Browse files Browse the repository at this point in the history
fix: update README for proper installation
  • Loading branch information
liyasthomas authored Dec 28, 2023
2 parents 975107c + 186ce4f commit 568f4a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ app.mount("#app")
The Library uses Tailwind CSS under the hood, so you have to import the preset in your `tailwind.config.ts` file:

```ts
import preset from "@hoppscotch/ui-preset"
import preset from "@hoppscotch/ui/ui-preset"

export default {
content: ["src/**/*.{vue,html}"],
Expand Down
2 changes: 2 additions & 0 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ export const plugin: Plugin = {
app.provide(HOPP_UI_OPTIONS, options)
},
}

export default plugin

0 comments on commit 568f4a0

Please sign in to comment.