Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist authored Mar 31, 2021
1 parent 95964cf commit 6e3c19f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,14 +470,13 @@ Then you can inline component and use props in Markdown:

````markdown
```js preact
import { html } from 'docup'
export default ({ count }) => {
return html`<button>${count}</button>`
}
```
````

```
#### theme

- Type: `default` or `dark`
Expand Down

1 comment on commit 6e3c19f

@vercel
Copy link

@vercel vercel bot commented on 6e3c19f Mar 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.