Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev authored Aug 10, 2023
1 parent cd9f213 commit e1ed7e5
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 e1ed7e5

Please sign in to comment.