Skip to content

Commit 2effa34

Browse files
authored
Update README.md
1 parent 16c63a6 commit 2effa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ JavaScript library that wraps the W3C standard Web Components family of APIs to
55
Smart Custom Element provides a set of useful API, Data Binding, Templates, Device Agnostic Event Handling, Resize handling, Style Change Notifications, Property and Attribute Change Notifications, Property Value and Type validation, Localization, Lifecycle callback functions and much more. Our framework allows you to easily build Custom HTML Elements. Custom Elements are the web platform's native solution for component-based development. With Custom Elements, you get reusable HTML tags that can be used just like the browser’s built-in native html elements, or break your app up into small pieces, making your code cleaner and easier to maintain.
66

77
## Installation
8-
- `npm install smart-custom-element --save
8+
- `npm install smart-custom-element --save`
99

1010
In your web page, include `<script src="smart.element.js"></script>`
1111

0 commit comments

Comments
 (0)