Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GlauberF committed May 6, 2021
1 parent 83786c6 commit 96b139f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const Templates = {
if: [
{
operator: '!==',
content: obj.name,
value: 'Test action buttons'
value: obj.name,
analyzes: 'Test action buttons'
}
],
},
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.1.1",
"version": "2.1.2",
"description": "Generate HTML at runtime with javascript",
"main": "lib/br-dom.min.js",
"scripts": {
Expand Down

0 comments on commit 96b139f

Please sign in to comment.