Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
getty104 committed Dec 24, 2023
1 parent db870a5 commit d516c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can use this library by adding the following to your html file.
])
}
App.new(
RubyWasmVdom::App.new(
el: "#app",
state:,
view:,
Expand Down Expand Up @@ -70,7 +70,7 @@ You can also write vdom with like jsx signature with `DomParser`
DOM
}
App.new(
RubyWasmVdom::App.new(
el: "#app",
state:,
view:,
Expand Down

0 comments on commit d516c17

Please sign in to comment.