Skip to content

Commit

Permalink
fix: changed daisy to daisyui in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Mar 11, 2022
1 parent 943c462 commit bedaa99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ module.exports = {

## ⚡ Quick Start

Import react-daisy components within your component files:
Import react-daisyui components within your component files:

```js
import { Button } from 'react-daisy'
import { Button } from 'react-daisyui'

export default (props) => {
return (
Expand All @@ -54,7 +54,7 @@ export default (props) => {
To apply a theme (or multiple themes) to a page or components, import the Theme component and wrap your content:

```js
import { Theme, Button } from 'react-daisy'
import { Theme, Button } from 'react-daisyui'

export default (props) => {
return (
Expand Down

0 comments on commit bedaa99

Please sign in to comment.