Skip to content

Commit 7c62877

Browse files
committed
uui-form readme update
1 parent 327cb54 commit 7c62877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uui-form/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Umbraco style form component.
1212
npm i @umbraco-ui/uui-form
1313
```
1414

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

1717
```javascript
1818
import '@umbraco-ui/uui-form/lib';
@@ -39,5 +39,5 @@ The component is available via CDN. This means it can be added to your applicati
3939
## Usage
4040

4141
```html
42-
<uui-form></uui-form>
42+
<form is="uui-form"></form>
4343
```

0 commit comments

Comments
 (0)