Skip to content

Commit

Permalink
Updating README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev committed Oct 9, 2023
1 parent fbc494d commit 5910575
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ npm i @brtmvdl/frontend
## how to use

```html
<!-- index.html -->

<html lang="en">
<head>
<meta charset="UTF-8">
Expand All @@ -39,6 +41,8 @@ npm i @brtmvdl/frontend
```

```js
// index.js

import { HTML, nInput, nButton } from '@brtmvdl/frontend'

const app = HTML.fromId('app')
Expand Down

0 comments on commit 5910575

Please sign in to comment.