Skip to content

Commit

Permalink
[ lint ] silence more complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-hoeck committed Jul 18, 2023
1 parent 9391879 commit fb87721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/Examples/Selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Here is the layout of the main page:
content : Node String
content =
div [ class contentList ]
[ div [class pageTitle] ["rhone-js: Examples"]
[ div [class pageTitle] ["dom-mvc: Examples"]
, div [class contentHeader]
[ label [class widgetLabel] ["Choose an Example"]
, select
Expand Down
4 changes: 3 additions & 1 deletion js/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
The `rhonejs.js` file in this folder is a compiled version of
# idris2-dom-mvc: Example Application

The `mvc.js` file in this folder is a compiled version of
the example project. It was generated by invoking
`make page` from the root folder.

0 comments on commit fb87721

Please sign in to comment.