Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GlauberF committed Mar 31, 2021
1 parent d1f7979 commit 312734a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ console.log('DOM: ', template1.domElement);
**Get an element**
```javascript
console.log('findChildById: ', template1.findChildById('edit'));
console.log('findChildByClassName: ', template1.findChildByClassName('doc-control'));
```

**Add Event**
Expand Down Expand Up @@ -141,4 +142,4 @@ See our example in the `example` folder!
Be the first to contribute, send your pull request

## License
MIT
MIT
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brdom.js",
"version": "1.1.4",
"version": "1.1.5",
"description": "Generate HTML at runtime with javascript",
"main": "lib/br-dom.min.js",
"scripts": {
Expand Down

0 comments on commit 312734a

Please sign in to comment.