diff --git a/readme.md b/readme.md
index 5984fa9..d5b45f5 100644
--- a/readme.md
+++ b/readme.md
@@ -1,20 +1,18 @@
# Reusable lit components
## WYSIWYG HTML Editor
-HTML editor is a tool that allows users to create and edit web content in a way that shows how the final product will appear.
-
+[Demo](https://serikshaikamalov.github.io/lit-components/examples/wysiwyg-editor/index.html)
+HTML editor is a tool that allows users to create and edit web content in a way that shows how the final product will appear.
+
## Table component
- Desktop view
-
-
+
- Mobile/Tablet view
-
-
-
+
1. The component requires two properties:
@@ -78,12 +76,7 @@ export class MovieList extends LitElement {
}
render() {
- return html`
-
- `;
+ return html` `;
}
}
customElements.define("movie-list", MovieList);