Skip to content

Commit b1d1f86

Browse files
committed
readme example update
1 parent 7df50d1 commit b1d1f86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/uui-form/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-fo
1616
npm i @umbraco-ui/uui-form
1717
```
1818

19-
Import the registration of `<form is="uui-form">` via:
19+
Import the registration of `<uui-form>` via:
2020

2121
```javascript
2222
import '@umbraco-ui/uui-form/lib';
@@ -31,5 +31,7 @@ import { UUIFormElement } from '@umbraco-ui/uui-form/lib';
3131
## Usage
3232

3333
```html
34-
<form is="uui-form"></form>
34+
<uui-form>
35+
<form>...</form>
36+
</uui-form>
3537
```

0 commit comments

Comments
 (0)