Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 authored Jan 8, 2024
1 parent 92bf282 commit 4fb23aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ npm install quarkd
import "quarkd/lib/button";

// like a normal div tag `<div>xx</div>`, can be used in any browser.
<quark-button type="primary" onclick="onClick">Button</quark-button>;
<quark-button type="primary" onclick="onClick">Button</quark-button>
```

```html
Expand Down

0 comments on commit 4fb23aa

Please sign in to comment.