There was an error while loading. Please reload this page.
1 parent a952491 commit c386c04Copy full SHA for c386c04
1 file changed
README.md
@@ -127,7 +127,6 @@ import Miso.Lens
127
import Miso.String
128
import qualified Miso.Style as CSS
129
-----------------------------------------------------------------------------
130
--- | Type synonym for an application model
131
newtype Model = Model { _value :: Int }
132
deriving (Show, Eq, ToMisoString)
133
@@ -141,7 +140,7 @@ data Action
141
140
| Tap Int
142
deriving (Show, Eq)
143
144
--- | Entry point for a miso application
+-- | Entry point for a miso-lynx application
145
main :: IO ()
146
main = run $ lynx counterComponent
147
{ events = lynxEvents
0 commit comments