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 Nov 11, 2023
1 parent 0f7384b commit 5b19c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Easy Front-end Node.js library
# bash

npm i @brtmvdl/frontend
mv node_modules libs
```

## how to use
Expand Down Expand Up @@ -59,7 +60,6 @@ const button = new nButton()
button.setText('button')
button.on('click', () => window.alert(`value: ${input.getValue()}`))
app.append(button)

```

## license
Expand Down

0 comments on commit 5b19c34

Please sign in to comment.