Skip to content

Commit 0ad4020

Browse files
authored
Update QuickStart.purs
1 parent 448b137 commit 0ad4020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/QuickStart.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ayebee = do
1919
main :: Effect Unit
2020
main =
2121
render $ fold
22-
[ h1 $ text "Examples for " <> link "https://github.com/purescript-contrib/purescript-parsing" (text "purescript-parsing") <> text " quick start"
22+
[ h1 $ text "Examples for purescript-parsing Quick Start"
2323

2424
, p $ text "Run the " <> (code $ text "ayebee") <> text " parser."
2525
, h3 $ code (text "runParser \"aB\" ayebee")

0 commit comments

Comments
 (0)