We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448b137 commit 0ad4020Copy full SHA for 0ad4020
docs/examples/QuickStart.purs
@@ -19,7 +19,7 @@ ayebee = do
19
main :: Effect Unit
20
main =
21
render $ fold
22
- [ h1 $ text "Examples for " <> link "https://github.com/purescript-contrib/purescript-parsing" (text "purescript-parsing") <> text " quick start"
+ [ h1 $ text "Examples for purescript-parsing Quick Start"
23
24
, p $ text "Run the " <> (code $ text "ayebee") <> text " parser."
25
, h3 $ code (text "runParser \"aB\" ayebee")
0 commit comments