Skip to content

Commit c386c04

Browse files
authored
Update README.md
1 parent a952491 commit c386c04

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ import Miso.Lens
127127
import Miso.String
128128
import qualified Miso.Style as CSS
129129
-----------------------------------------------------------------------------
130-
-- | Type synonym for an application model
131130
newtype Model = Model { _value :: Int }
132131
deriving (Show, Eq, ToMisoString)
133132
-----------------------------------------------------------------------------
@@ -141,7 +140,7 @@ data Action
141140
| Tap Int
142141
deriving (Show, Eq)
143142
-----------------------------------------------------------------------------
144-
-- | Entry point for a miso application
143+
-- | Entry point for a miso-lynx application
145144
main :: IO ()
146145
main = run $ lynx counterComponent
147146
{ events = lynxEvents

0 commit comments

Comments
 (0)