Skip to content

Commit

Permalink
Merge pull request #121 from selemondev/selemondev-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
selemondev authored Aug 10, 2023
2 parents cd9f213 + e1ed7e5 commit ff1f75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ app.use(WindiUI, windiTheme)
app.mount('#app')
```

**By doing this, you are importing all the components that are provided by Windi UI and in your final bundle all the components including the ones you didn't use will be bundled. Use method of component registration if you are confident that you will use all the components.**
**By doing this, you are importing all the components that are provided by Windi UI and in your final bundle all the components including the ones you didn't use will be bundled. Use this method of component registration if you are confident that you will use all the components.**

### Individual Components with Tree Shaking

Expand Down Expand Up @@ -213,4 +213,4 @@ Developers interested in contributing should read the [Code of Conduct](./CODE_O
## License
[MIT](./LICENSE) License © 2023 [Selemondev](https://github.com/selemondev)
[MIT](./LICENSE) License © 2023 [Selemondev](https://github.com/selemondev)

0 comments on commit ff1f75e

Please sign in to comment.