chore: update readme
This commit is contained in:
parent
1b0072a45d
commit
b4addc511d
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ import { WebComponent } from "web-component-base/WebComponent.js";
|
|||
|
||||
import { html } from "web-component-base/html.js";
|
||||
|
||||
import { attachEffect } from "web-component-base/attachEffect.js";
|
||||
import { attachEffect } from "web-component-base/attach-effect.js";
|
||||
```
|
||||
|
||||
### Utilities
|
||||
|
@ -94,7 +94,7 @@ import { serialize, deserialize, getCamelCase, getKebabCase, createElement } fro
|
|||
|
||||
import { serialize } from "web-component-base/utils/serialize.js";
|
||||
|
||||
import { createElement } from "web-component-base/utils/serialize.js";
|
||||
import { createElement } from "web-component-base/utils/create-element.js";
|
||||
|
||||
// etc...
|
||||
|
||||
|
|
Loading…
Reference in a new issue